diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index cc42d3fcb..52916bdc9 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.2.3](https://github.com/aurelia/cli/compare/1.2.2...1.2.3) (2019-12-18) + + +### Bug Fixes + +* **cli-bundler:** avoid passing empty source map to concat-with-sourcemaps ([160a817](https://github.com/aurelia/cli/commit/160a817)), closes [#1157](https://github.com/aurelia/cli/issues/1157) + + + ## [1.2.2](https://github.com/aurelia/cli/compare/1.2.1...1.2.2) (2019-11-05) diff --git a/lib/dependencies.json b/lib/dependencies.json index 5d269ca15..deae603eb 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.2", - "aurelia-cli": "^1.0.2", + "aurelia-cli": "^1.2.3", "aurelia-loader-nodejs": "^1.0.1", "aurelia-pal-nodejs": "^1.2.0", "aurelia-protractor-plugin": "^1.0.6", @@ -109,4 +109,4 @@ "webpack-cli": "^3.1.2", "webpack-dev-server": "^3.1.9", "webpack-hot-middleware": "^2.24.3" -} \ No newline at end of file +} diff --git a/package.json b/package.json index 554e792f2..f5bfcaa70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aurelia-cli", - "version": "1.2.2", + "version": "1.2.3", "description": "The command line tooling for Aurelia.", "keywords": [ "aurelia",