Skip to content

Commit

Permalink
chore(all): prepare release 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Dec 18, 2019
1 parent 479357b commit af4ea05
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions 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.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",
Expand Down Expand Up @@ -109,4 +109,4 @@
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.9",
"webpack-hot-middleware": "^2.24.3"
}
}
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.2",
"version": "1.2.3",
"description": "The command line tooling for Aurelia.",
"keywords": [
"aurelia",
Expand Down

0 comments on commit af4ea05

Please sign in to comment.