Skip to content

Commit 20b7b14

Browse files
chore(all): prepare release 1.3.0
1 parent 3f26364 commit 20b7b14

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

doc/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# [1.3.0](https://github.com/aurelia/cli/compare/1.2.3...1.3.0) (2020-03-03)
2+
3+
4+
### Bug Fixes
5+
6+
* missing semicolon in ts skeleton ([5661b23](https://github.com/aurelia/cli/commit/5661b23))
7+
* **cli-bundler:** avoid writing out webpack env json files ([5893a67](https://github.com/aurelia/cli/commit/5893a67))
8+
* **docker:** only copy config folder for webpack projs ([d560a4d](https://github.com/aurelia/cli/commit/d560a4d))
9+
* **protractor:** fix chrome-driver issue on visible chrome too ([f45a7a9](https://github.com/aurelia/cli/commit/f45a7a9))
10+
* **tasks:** update-all-dependencies should mutate original file, not dist file ([ec3a743](https://github.com/aurelia/cli/commit/ec3a743))
11+
* **webpack:** clean-webpack-plugin changed export ([273a1f4](https://github.com/aurelia/cli/commit/273a1f4))
12+
13+
14+
### Features
15+
16+
* **webpack:** show aurelia-dialog patch for IE11 issue ([ff13245](https://github.com/aurelia/cli/commit/ff13245))
17+
18+
19+
120
## [1.2.3](https://github.com/aurelia/cli/compare/1.2.2...1.2.3) (2019-12-18)
221

322

lib/dependencies.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"aspnet-webpack": "^3.0.0",
99
"aurelia-animator-css": "^1.0.4",
1010
"aurelia-bootstrapper": "^2.3.3",
11-
"aurelia-cli": "^1.2.3",
11+
"aurelia-cli": "^1.3.0",
1212
"aurelia-loader-nodejs": "^1.1.0",
1313
"aurelia-pal-nodejs": "^2.0.0",
1414
"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.2.3",
3+
"version": "1.3.0",
44
"description": "The command line tooling for Aurelia.",
55
"keywords": [
66
"aurelia",

0 commit comments

Comments
 (0)