Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
Release v6.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thealjey committed Feb 11, 2017
1 parent 81fb0c4 commit 46a2a58
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
--------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 46a2a58

Please sign in to comment.