From 1455a35c565a9a84f38084b4a100947ea2728299 Mon Sep 17 00:00:00 2001 From: Rob Eisenberg Date: Mon, 4 Feb 2019 17:35:15 -0800 Subject: [PATCH] chore(all): preapare release 1.0.0-beta.13 --- doc/CHANGELOG.md | 17 +++++++++++++++++ lib/dependencies.json | 2 +- package.json | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index ee1d5ed5a..2d9b1e3a9 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,3 +1,20 @@ +# [1.0.0-beta.13](https://github.com/aurelia/cli/compare/1.0.0-beta.12...1.0.0-beta.13) (2019-02-05) + + +### Bug Fixes + +* **jest:** avoid aurelia-bindings v1+v2 conflict ([7863c29](https://github.com/aurelia/cli/commit/7863c29)), closes [#906](https://github.com/aurelia/cli/issues/906) +* **webpack:** revert [#970](https://github.com/aurelia/cli/issues/970) to restore default webpack module resolution ([3c4d0d6](https://github.com/aurelia/cli/commit/3c4d0d6)), closes [#1037](https://github.com/aurelia/cli/issues/1037) + + +### Features + +* **new-application:** add scaffolding feature for navigation skeleton ([ea4ce1a](https://github.com/aurelia/cli/commit/ea4ce1a)) +* **new-application:** add scaffolding feature for navigation skeleton ([b918ac3](https://github.com/aurelia/cli/commit/b918ac3)) +* **requirejs/systemjs:** add protractor and jest support ([148148c](https://github.com/aurelia/cli/commit/148148c)) + + + # [1.0.0-beta.12](https://github.com/aurelia/cli/compare/1.0.0-beta.11...1.0.0-beta.12) (2019-01-26) diff --git a/lib/dependencies.json b/lib/dependencies.json index 605667a9d..3b2e5400d 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.0", - "aurelia-cli": "^1.0.0-beta.12", + "aurelia-cli": "^1.0.0-beta.13", "aurelia-loader-nodejs": "^1.0.1", "aurelia-pal-nodejs": "^1.1.1", "aurelia-protractor-plugin": "^1.0.6", diff --git a/package.json b/package.json index feb66c8f2..d9ed5d804 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aurelia-cli", - "version": "1.0.0-beta.12", + "version": "1.0.0-beta.13", "description": "The command line tooling for Aurelia.", "keywords": [ "aurelia",