Skip to content

Commit af4ea05

Browse files
chore(all): prepare release 1.2.3
1 parent 479357b commit af4ea05

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

doc/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.2.3](https://github.com/aurelia/cli/compare/1.2.2...1.2.3) (2019-12-18)
2+
3+
4+
### Bug Fixes
5+
6+
* **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)
7+
8+
9+
110
## [1.2.2](https://github.com/aurelia/cli/compare/1.2.1...1.2.2) (2019-11-05)
211

312

lib/dependencies.json

+2-2
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.2",
11-
"aurelia-cli": "^1.0.2",
11+
"aurelia-cli": "^1.2.3",
1212
"aurelia-loader-nodejs": "^1.0.1",
1313
"aurelia-pal-nodejs": "^1.2.0",
1414
"aurelia-protractor-plugin": "^1.0.6",
@@ -109,4 +109,4 @@
109109
"webpack-cli": "^3.1.2",
110110
"webpack-dev-server": "^3.1.9",
111111
"webpack-hot-middleware": "^2.24.3"
112-
}
112+
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aurelia-cli",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "The command line tooling for Aurelia.",
55
"keywords": [
66
"aurelia",

0 commit comments

Comments
 (0)