Skip to content

Commit

Permalink
Bump version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier Mendiara Cañardo committed Jul 21, 2016
1 parent f1b7a39 commit 1012499
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
13 changes: 13 additions & 0 deletions README.md
Expand Up @@ -215,10 +215,23 @@ gjslint({
)
```
## Development
```sh
git clone --recursive git@github.com:jmendiara/node-closure-linter-wrapper.git
cd node-closure-linter-wrapper
npm install
```
## Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/).
## Release History
* 1.1.0
* Feat: Update to Closure linter v2.3.19 (@jeremybanks)
* Fix: Support for negative error numbers (@jeremybanks)
* Fix: Support for Spaces in file patch (@dcantelar)
* 1.0.0
* **Breaking change** Drop support for `--ignore_errors` flag introduced in [Google Lint v2.3.9 patch by Elad Karako](http://icompile.eladkarako.com/python-patch-ignore-some-of-google-closure-jslinter-gjslint-errors/)
* Update closure-linter to v2.3.17
Expand Down
8 changes: 6 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "closure-linter-wrapper",
"description": "Node Wrapper to allow access to Google Closure Linter from NodeJS",
"version": "1.0.1",
"version": "1.1.0",
"homepage": "https://github.com/jmendiara/node-closure-linter-wrapper",
"author": {
"name": "Javier Mendiara Cañardo",
Expand All @@ -21,7 +21,8 @@
"email": "moelders@gmail.com"
},
{
"name": "David Cantelar"
"name": "David Cantelar - @dcantelar",
"email": "david.cantelar@telefonica.com"
},
{
"name": "ama-ch"
Expand All @@ -31,6 +32,9 @@
},
{
"name": "Garrett Wu - @garrettwu"
},
{
"name": "Jeremy Banks - @jeremybanks"
}
],
"repository": {
Expand Down

0 comments on commit 1012499

Please sign in to comment.