diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 52916bdc9..1bf47e214 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -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) diff --git a/lib/dependencies.json b/lib/dependencies.json index f81687b44..7d3e2ad37 100644 --- a/lib/dependencies.json +++ b/lib/dependencies.json @@ -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", diff --git a/package.json b/package.json index f14cb4aa2..3a74b4f4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aurelia-cli", - "version": "1.2.3", + "version": "1.3.0", "description": "The command line tooling for Aurelia.", "keywords": [ "aurelia",