diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a73c9e..667213a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +v3.0.2 - Tue, 29 Dec 2015 10:10:46 GMT +-------------------------------------- + +- [cfc0d4a](../../commit/cfc0d4a) [fixed] added a codeclimate config + + + v3.0.1 - Mon, 28 Dec 2015 17:43:13 GMT -------------------------------------- diff --git a/package.json b/package.json index 2f644f7..885cd0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webcompiler", - "version": "3.0.1", + "version": "3.0.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": "lib/index.js", "engines": {