Skip to content

Commit ac889c0

Browse files
chore(all): prepare release 1.0.0-beta.3
1 parent 08f2a6b commit ac889c0

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

doc/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
<a name="1.0.0-beta.3"></a>
2+
# [1.0.0](https://github.com/aurelia/cli/compare/1.0.0-beta.2...1.0.0-beta.3) (2018-10-17)
3+
4+
5+
### Bug Fixes
6+
7+
* **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)
8+
* **bundler:** support nodejs subfolder package.json ([eef51f0](https://github.com/aurelia/cli/commit/eef51f0))
9+
* **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)
10+
11+
12+
113
<a name="1.0.0-beta.2"></a>
214
# [1.0.0-beta.2](https://github.com/aurelia/cli/compare/1.0.0-beta.1...1.0.0-beta.2) (2018-10-14)
315

lib/dependencies.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"aspnet-webpack": "^3.0.0",
88
"aurelia-animator-css": "^1.0.4",
99
"aurelia-bootstrapper": "^2.3.0",
10-
"aurelia-cli": "^1.0.0-beta.2",
10+
"aurelia-cli": "^1.0.0-beta.3",
1111
"aurelia-loader-nodejs": "^1.0.1",
1212
"aurelia-pal-nodejs": "^1.1.1",
1313
"aurelia-protractor-plugin": "^1.0.6",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aurelia-cli",
3-
"version": "1.0.0-beta.2",
3+
"version": "1.0.0-beta.3",
44
"description": "The command line tooling for Aurelia.",
55
"keywords": [
66
"aurelia",

0 commit comments

Comments
 (0)