Skip to content

Commit

Permalink
chore(all): prepare release 1.0.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Nov 15, 2018
1 parent 49507c8 commit 68e9de0
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
<a name="1.0.0-beta.5"></a>
# [1.0.0-beta.5](https://github.com/aurelia/cli/compare/1.0.0-beta.4...1.0.0-beta.5) (2018-11-15)


### Bug Fixes

* **bundler:** fix unstable sorting for shim modules ([c702325](https://github.com/aurelia/cli/commit/c702325)), closes [#955](https://github.com/aurelia/cli/issues/955)
* **bundler:** Revisions are inserted into platform.index for all bundles ([435557c](https://github.com/aurelia/cli/commit/435557c))
* **generator:** fix babel syntax error when running "au generate" ([8eb19e7](https://github.com/aurelia/cli/commit/8eb19e7)), closes [#954](https://github.com/aurelia/cli/issues/954)
* **webpack:** compile hook issue with output ([a9dd926](https://github.com/aurelia/cli/commit/a9dd926))
* **webpack.config.template.js:** change webpack config to fix bundle duplication issue ([6996274](https://github.com/aurelia/cli/commit/6996274))


### Features

* **bundler:** bundle json files by default for app skeletons of cli bundler ([6b3c53e](https://github.com/aurelia/cli/commit/6b3c53e))
* **esnext:** use babel polyfill to enable async/await syntax for esnext projects ([2fe31f5](https://github.com/aurelia/cli/commit/2fe31f5)), closes [#959](https://github.com/aurelia/cli/issues/959)



<a name="1.0.0-beta.4"></a>
# [1.0.0-beta.4](https://github.com/aurelia/cli/compare/1.0.0-beta.3...1.0.0-beta.4) (2018-11-07)

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": "^3.0.0",
"aurelia-animator-css": "^1.0.4",
"aurelia-bootstrapper": "^2.3.0",
"aurelia-cli": "^1.0.0-beta.4",
"aurelia-cli": "^1.0.0-beta.5",
"aurelia-loader-nodejs": "^1.0.1",
"aurelia-pal-nodejs": "^1.1.1",
"aurelia-protractor-plugin": "^1.0.6",
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": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"description": "The command line tooling for Aurelia.",
"keywords": [
"aurelia",
Expand Down

0 comments on commit 68e9de0

Please sign in to comment.