Skip to content

Commit

Permalink
chore(all): prepare release 1.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Oct 17, 2018
1 parent 08f2a6b commit ac889c0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
<a name="1.0.0-beta.3"></a>
# [1.0.0](https://github.com/aurelia/cli/compare/1.0.0-beta.2...1.0.0-beta.3) (2018-10-17)


### Bug Fixes

* **bundler:** bypass a nasty terser compress bug by using fast-minify-mode ([7a37238](https://github.com/aurelia/cli/commit/7a37238)), closes [#928](https://github.com/aurelia/cli/issues/928)
* **bundler:** support nodejs subfolder package.json ([eef51f0](https://github.com/aurelia/cli/commit/eef51f0))
* **webpack:** use webpack4 hook that replaced deprecated plugin api ([8b5d732](https://github.com/aurelia/cli/commit/8b5d732)), closes [#923](https://github.com/aurelia/cli/issues/923)



<a name="1.0.0-beta.2"></a>
# [1.0.0-beta.2](https://github.com/aurelia/cli/compare/1.0.0-beta.1...1.0.0-beta.2) (2018-10-14)

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.2",
"aurelia-cli": "^1.0.0-beta.3",
"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.2",
"version": "1.0.0-beta.3",
"description": "The command line tooling for Aurelia.",
"keywords": [
"aurelia",
Expand Down

0 comments on commit ac889c0

Please sign in to comment.