From 8d99053b3da6bda8f718551ff23b30b97eb5e6da Mon Sep 17 00:00:00 2001 From: Rob Eisenberg Date: Tue, 14 Apr 2020 20:18:39 -0700 Subject: [PATCH] chore(all): prepare release 1.3.1 --- doc/CHANGELOG.md | 16 ++++++++++++++++ lib/dependencies.json | 2 +- package.json | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 1bf47e214..c775b7699 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -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) diff --git a/lib/dependencies.json b/lib/dependencies.json index 720230523..75f068e64 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.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", diff --git a/package.json b/package.json index 3a74b4f4a..ac4c56ded 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aurelia-cli", - "version": "1.3.0", + "version": "1.3.1", "description": "The command line tooling for Aurelia.", "keywords": [ "aurelia",