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

Commit

Permalink
Release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thealjey committed Oct 9, 2015
1 parent 15d1079 commit 5e04a1c
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 @@
v2.0.0 - Fri, 09 Oct 2015 21:37:12 GMT
--------------------------------------

- [15d1079](../../commit/15d1079) [added] postpublish hook that automatically pushes the generated docs
- [9bee23b](../../commit/9bee23b) [added] updated readme to include a mention about the Watchman requirement
- [84fa46e](../../commit/84fa46e) [fixed] jsWebCompile improved performance in development mode, advanced optimizations in production
- [9d0ab0b](../../commit/9d0ab0b) [added] a watch method based on Facebook Watchman as a replacement for the soon to be deprecated simple-recursive-watch
- [9130266](../../commit/9130266) [added] gitignore rule for .idea



v1.5.4 - Wed, 07 Oct 2015 09:09:19 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": "1.5.4",
"version": "2.0.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": "build/index.js",
"scripts": {
Expand Down

0 comments on commit 5e04a1c

Please sign in to comment.