diff --git a/CHANGELOG.md b/CHANGELOG.md index 812f0c2..9ddb6e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +v6.7.0 - Sat, 11 Feb 2017 17:30:06 GMT +-------------------------------------- + +- [7c8ae19](../../commit/7c8ae19) [changed] created a new module `util`; made the `webpack` module private +- [e0e7a60](../../commit/e0e7a60) [added] function `logSequentialSuccessMessage` to the `logger` module +- [1e86281](../../commit/1e86281) [fixed] use cheaper `"eval-source-map"` in development mode when constructing a webpack compiler for faster rebuilds +- [a507dbb](../../commit/a507dbb) [fixed] removed duplicated declaration for `defaultConfigFile` +- [5520224](../../commit/5520224) [added] the `watch` method to the `Documentation` class + + + v6.6.1 - Sat, 11 Feb 2017 09:55:59 GMT -------------------------------------- diff --git a/package.json b/package.json index a1a90b6..d35f30c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webcompiler", - "version": "6.6.1", + "version": "6.7.0", "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": {