File tree 3 files changed +21
-2
lines changed
3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change
1
+ # [ 1.3.0] ( https://github.com/aurelia/cli/compare/1.2.3...1.3.0 ) (2020-03-03)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * missing semicolon in ts skeleton ([ 5661b23] ( https://github.com/aurelia/cli/commit/5661b23 ) )
7
+ * ** cli-bundler:** avoid writing out webpack env json files ([ 5893a67] ( https://github.com/aurelia/cli/commit/5893a67 ) )
8
+ * ** docker:** only copy config folder for webpack projs ([ d560a4d] ( https://github.com/aurelia/cli/commit/d560a4d ) )
9
+ * ** protractor:** fix chrome-driver issue on visible chrome too ([ f45a7a9] ( https://github.com/aurelia/cli/commit/f45a7a9 ) )
10
+ * ** tasks:** update-all-dependencies should mutate original file, not dist file ([ ec3a743] ( https://github.com/aurelia/cli/commit/ec3a743 ) )
11
+ * ** webpack:** clean-webpack-plugin changed export ([ 273a1f4] ( https://github.com/aurelia/cli/commit/273a1f4 ) )
12
+
13
+
14
+ ### Features
15
+
16
+ * ** webpack:** show aurelia-dialog patch for IE11 issue ([ ff13245] ( https://github.com/aurelia/cli/commit/ff13245 ) )
17
+
18
+
19
+
1
20
## [ 1.2.3] ( https://github.com/aurelia/cli/compare/1.2.2...1.2.3 ) (2019-12-18)
2
21
3
22
Original file line number Diff line number Diff line change 8
8
"aspnet-webpack" : " ^3.0.0" ,
9
9
"aurelia-animator-css" : " ^1.0.4" ,
10
10
"aurelia-bootstrapper" : " ^2.3.3" ,
11
- "aurelia-cli" : " ^1.2.3 " ,
11
+ "aurelia-cli" : " ^1.3.0 " ,
12
12
"aurelia-loader-nodejs" : " ^1.1.0" ,
13
13
"aurelia-pal-nodejs" : " ^2.0.0" ,
14
14
"aurelia-protractor-plugin" : " ^1.0.6" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " aurelia-cli" ,
3
- "version" : " 1.2.3 " ,
3
+ "version" : " 1.3.0 " ,
4
4
"description" : " The command line tooling for Aurelia." ,
5
5
"keywords" : [
6
6
" aurelia" ,
You can’t perform that action at this time.
0 commit comments