Skip to content

Commit

Permalink
📓 update CHANGELOG for minor release
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardofbarros committed Apr 11, 2016
1 parent bf305db commit aba447b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 3.3.0 (2016-04-11)
### Added
- [Uses the linter your package depends on rather than the internal dependency whenever possible.](https://github.com/ricardofbarros/linter-js-standard/pull/101)

### Changed
- Option `checkDevDependencies` default to `true`

## 3.2.0 (2015-09-08)
### Added
- Dependencies:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "linter-js-standard",
"main": "./lib/init.js",
"activationCommands": [],
"version": "3.2.1",
"version": "3.3.0",
"description": "Linter plugin for JavaScript Standard Style",
"keywords": [
"javascript",
Expand Down

0 comments on commit aba447b

Please sign in to comment.