Skip to content

Commit

Permalink
chore(all): prepare release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Apr 15, 2020
1 parent 081a0eb commit 8d99053
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [1.3.1](https://github.com/aurelia/cli/compare/1.3.0...1.3.1) (2020-04-15)


### Bug Fixes

* cypress now validates event name ([962c539](https://github.com/aurelia/cli/commit/962c539))
* **babel:** fix regression on au generate ([b3b489e](https://github.com/aurelia/cli/commit/b3b489e))


### Features

* **scaffold-navigation:** upgrade to bootstrap v4 and fontawesome v5 ([#1167](https://github.com/aurelia/cli/issues/1167)) ([4652e0e](https://github.com/aurelia/cli/commit/4652e0e))
* switch from libsass to dart-sass ([5da5355](https://github.com/aurelia/cli/commit/5da5355))



# [1.3.0](https://github.com/aurelia/cli/compare/1.2.3...1.3.0) (2020-03-03)


Expand Down
2 changes: 1 addition & 1 deletion 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.3",
"aurelia-cli": "^1.3.0",
"aurelia-cli": "^1.3.1",
"aurelia-loader-nodejs": "^1.1.0",
"aurelia-pal-nodejs": "^2.0.0",
"aurelia-protractor-plugin": "^1.0.6",
Expand Down
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.3.0",
"version": "1.3.1",
"description": "The command line tooling for Aurelia.",
"keywords": [
"aurelia",
Expand Down

0 comments on commit 8d99053

Please sign in to comment.