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

Commit

Permalink
Release v6.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thealjey committed Feb 9, 2017
1 parent 6079e7e commit 68333c7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
v6.6.0 - Thu, 09 Feb 2017 19:50:39 GMT
--------------------------------------

- [ccc6661](../../commit/ccc6661) [fixed] a very long standing issue (it basically existed from the very beginning) by ignoring ".babelrc" files and enabling the ES2015 module syntax transpilation; tree shaking will be available again when both `webpack` 2.3 and `webpack-hot-loader` 3.0 come out
- [5396dbb](../../commit/5396dbb) [fixed] added a link to the Changelog to README.md



v6.5.0 - Tue, 07 Feb 2017 20:04:12 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.5.0",
"version": "6.6.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 68333c7

Please sign in to comment.