Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 2caec9e

Browse files
committed
Prepare v3.3.0 release
1 parent 5f0b069 commit 2caec9e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## [v3.3.0](https://github.com/AtomLinter/linter-proselint/tree/v3.3.0) (2017-08-28)
4+
[Full Changelog](https://github.com/AtomLinter/linter-proselint/compare/v3.2.1...v3.3.0)
5+
6+
**Implemented enhancements:**
7+
8+
- Updates and cleanup [\#55](https://github.com/AtomLinter/linter-proselint/pull/55) ([Arcanemagus](https://github.com/Arcanemagus))
9+
- chore\(package\): update eslint-config-standard to version 10.2.1 [\#50](https://github.com/AtomLinter/linter-proselint/pull/50) ([Arcanemagus](https://github.com/Arcanemagus))
10+
- Update atom-linter to version 10.0.0 🚀 [\#49](https://github.com/AtomLinter/linter-proselint/pull/49) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
11+
- Update eslint-config-standard to version 8.0.0-beta.1 🚀 [\#46](https://github.com/AtomLinter/linter-proselint/pull/46) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
12+
313
## [v3.2.1](https://github.com/AtomLinter/linter-proselint/tree/v3.2.1) (2017-02-14)
414
[Full Changelog](https://github.com/AtomLinter/linter-proselint/compare/v3.2.0...v3.2.1)
515

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "linter-proselint",
3-
"version": "3.2.1",
3+
"version": "3.3.0",
44
"description": "A plugin for Atom Linter providing an interface to proselint.",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)