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

Commit

Permalink
Release v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thealjey committed Dec 28, 2015
1 parent 4d4c980 commit 5d69ea1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
v3.0.0 - Mon, 28 Dec 2015 17:15:00 GMT
--------------------------------------

- [4d4c980](../../commit/4d4c980) [changed] everything :) There were too many interconnected changes in this release for any kind of meaningful changelog. Just visit the all new API docs to get started!
- [7daa43f](../../commit/7daa43f) [added] documentation generation as a separate script
- [5f1f1f3](../../commit/5f1f1f3) [fixed] documentation
- [5097059](../../commit/5097059) [changed] updated flow ignore list and created interface files for all of the project dependencies
- [bcda000](../../commit/bcda000) [fixed] updated to ESLint v1.8.0
- [fd40706](../../commit/fd40706) [fixed] removed peerDependencies and added a requirement for the NodeJS version (>=4.1.1) as well as NPM (>=3.0.0)
- [6acff11](../../commit/6acff11) [fixed] travis caching enabled
- [22770c4](../../commit/22770c4) [removed] specific c++ compier version dependency from the travis config



v2.0.10 - Thu, 29 Oct 2015 23:00:47 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": "2.0.10",
"version": "3.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": "lib/index.js",
"engines": {
Expand Down

0 comments on commit 5d69ea1

Please sign in to comment.