diff --git a/CHANGELOG.md b/CHANGELOG.md index 54309a7..72f0e87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +v1.5.2 - Sun, 04 Oct 2015 17:41:38 GMT +-------------------------------------- + +- [0c90d71](../../commit/0c90d71) [fixed] updated eslint to v1.6.0 and enabled the no-negated-condition rule + + + v1.5.1 - Fri, 02 Oct 2015 01:02:36 GMT -------------------------------------- diff --git a/package.json b/package.json index ac6d91b..675cd37 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webcompiler", - "version": "1.5.1", + "version": "1.5.2", "description": "Lint, type-check, compile, package and gzip JavaScript (ES6 + Flow static types + JSX), for the browser as well as NodeJS; lint, compile, auto-prefix, minify and gzip SASS.", "main": "build/index.js", "scripts": {