Skip to content

Commit

Permalink
chore(all): prepare release 0.31.2
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Aug 25, 2017
1 parent 5a55e53 commit a400e5f
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
<a name="0.31.2"></a>
## [0.31.2](https://github.com/aurelia/cli/compare/0.31.1...0.31.2) (2017-08-25)


### Bug Fixes

* **deps:** update esprima to 4.0.0 ([48d2a48](https://github.com/aurelia/cli/commit/48d2a48))
* **favicon:** resolve favicon error in firefox ([01a5bb6](https://github.com/aurelia/cli/commit/01a5bb6))
* **jest:** resolve babel-jest error ([3cfd956](https://github.com/aurelia/cli/commit/3cfd956))
* **loader:** rev should be applied to bundle for systemjs ([691eec8](https://github.com/aurelia/cli/commit/691eec8))
* **watch:** resolve issue where changes are not detected ([9146da2](https://github.com/aurelia/cli/commit/9146da2))
* **watch:** support array of source files ([22a257e](https://github.com/aurelia/cli/commit/22a257e))
* **webpack:** clean dist folder before build ([053ad98](https://github.com/aurelia/cli/commit/053ad98))
* **webpack:** copy environment file on build ([b9c76e5](https://github.com/aurelia/cli/commit/b9c76e5))
* **webpack:** enable sourcemaps by default ([0525dca](https://github.com/aurelia/cli/commit/0525dca))
* **webpack:** pass env to webpack correctly ([4880c19](https://github.com/aurelia/cli/commit/4880c19))
* **webpack:** resolve typings issues ([efcbc27](https://github.com/aurelia/cli/commit/efcbc27))
* **webpack:** support au build --watch ([4d31ce7](https://github.com/aurelia/cli/commit/4d31ce7))



<a name="0.31.1"></a>
## [0.31.1](https://github.com/aurelia/cli/compare/0.31.0...0.31.1) (2017-08-19)

Expand Down
2 changes: 1 addition & 1 deletion lib/dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"aspnet-webpack": "^2.0.1",
"aurelia-animator-css": "^1.0.2",
"aurelia-bootstrapper": "^2.1.1",
"aurelia-cli": "^0.31.1",
"aurelia-cli": "^0.31.2",
"aurelia-loader-nodejs": "^1.0.1",
"aurelia-pal-nodejs": "1.0.0-beta.2.0.0",
"aurelia-protractor-plugin": "^1.0.5",
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": "aurelia-cli",
"version": "0.31.1",
"version": "0.31.2",
"description": "The command line tooling for Aurelia.",
"keywords": [
"aurelia",
Expand Down

0 comments on commit a400e5f

Please sign in to comment.