diff --git a/CHANGELOG.md b/CHANGELOG.md index 3498c7a..9787860 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [v1.1.0](https://github.com/AtomLinter/linter-moonscript/tree/v1.1.0) (2017-01-12) +[Full Changelog](https://github.com/AtomLinter/linter-moonscript/compare/v1.0.0...v1.1.0) + +**Implemented enhancements:** + +- Optionally omit globals warning [\#10](https://github.com/AtomLinter/linter-moonscript/pull/10) ([dcr30](https://github.com/dcr30)) +- Update dependencies to enable Greenkeeper 🌴 [\#9](https://github.com/AtomLinter/linter-moonscript/pull/9) ([greenkeeper[bot]](https://github.com/integration/greenkeeper)) + ## [v1.0.0](https://github.com/AtomLinter/linter-moonscript/tree/v1.0.0) (2016-12-07) [Full Changelog](https://github.com/AtomLinter/linter-moonscript/compare/v0.1.2...v1.0.0) diff --git a/package.json b/package.json index c0756f0..714a71b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "linter-moonscript", "main": "lib/init", - "version": "1.0.0", + "version": "1.1.0", "description": "Lint Moonscript sources with moonc", "repository": { "type": "git",