Skip to content

Commit

Permalink
chore(all): prepare release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Mar 3, 2020
1 parent 3f26364 commit 20b7b14
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [1.3.0](https://github.com/aurelia/cli/compare/1.2.3...1.3.0) (2020-03-03)


### Bug Fixes

* missing semicolon in ts skeleton ([5661b23](https://github.com/aurelia/cli/commit/5661b23))
* **cli-bundler:** avoid writing out webpack env json files ([5893a67](https://github.com/aurelia/cli/commit/5893a67))
* **docker:** only copy config folder for webpack projs ([d560a4d](https://github.com/aurelia/cli/commit/d560a4d))
* **protractor:** fix chrome-driver issue on visible chrome too ([f45a7a9](https://github.com/aurelia/cli/commit/f45a7a9))
* **tasks:** update-all-dependencies should mutate original file, not dist file ([ec3a743](https://github.com/aurelia/cli/commit/ec3a743))
* **webpack:** clean-webpack-plugin changed export ([273a1f4](https://github.com/aurelia/cli/commit/273a1f4))


### Features

* **webpack:** show aurelia-dialog patch for IE11 issue ([ff13245](https://github.com/aurelia/cli/commit/ff13245))



## [1.2.3](https://github.com/aurelia/cli/compare/1.2.2...1.2.3) (2019-12-18)


Expand Down
2 changes: 1 addition & 1 deletion lib/dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"aspnet-webpack": "^3.0.0",
"aurelia-animator-css": "^1.0.4",
"aurelia-bootstrapper": "^2.3.3",
"aurelia-cli": "^1.2.3",
"aurelia-cli": "^1.3.0",
"aurelia-loader-nodejs": "^1.1.0",
"aurelia-pal-nodejs": "^2.0.0",
"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.2.3",
"version": "1.3.0",
"description": "The command line tooling for Aurelia.",
"keywords": [
"aurelia",
Expand Down

0 comments on commit 20b7b14

Please sign in to comment.