From 68e9de0aae58d87c5d16eee1490077a33a773b1e Mon Sep 17 00:00:00 2001 From: Rob Eisenberg Date: Wed, 14 Nov 2018 17:32:00 -0800 Subject: [PATCH] chore(all): prepare release 1.0.0-beta.5 --- doc/CHANGELOG.md | 20 ++++++++++++++++++++ lib/dependencies.json | 2 +- package.json | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index fc9fffcb6..bbdcfc460 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,3 +1,23 @@ + +# [1.0.0-beta.5](https://github.com/aurelia/cli/compare/1.0.0-beta.4...1.0.0-beta.5) (2018-11-15) + + +### Bug Fixes + +* **bundler:** fix unstable sorting for shim modules ([c702325](https://github.com/aurelia/cli/commit/c702325)), closes [#955](https://github.com/aurelia/cli/issues/955) +* **bundler:** Revisions are inserted into platform.index for all bundles ([435557c](https://github.com/aurelia/cli/commit/435557c)) +* **generator:** fix babel syntax error when running "au generate" ([8eb19e7](https://github.com/aurelia/cli/commit/8eb19e7)), closes [#954](https://github.com/aurelia/cli/issues/954) +* **webpack:** compile hook issue with output ([a9dd926](https://github.com/aurelia/cli/commit/a9dd926)) +* **webpack.config.template.js:** change webpack config to fix bundle duplication issue ([6996274](https://github.com/aurelia/cli/commit/6996274)) + + +### Features + +* **bundler:** bundle json files by default for app skeletons of cli bundler ([6b3c53e](https://github.com/aurelia/cli/commit/6b3c53e)) +* **esnext:** use babel polyfill to enable async/await syntax for esnext projects ([2fe31f5](https://github.com/aurelia/cli/commit/2fe31f5)), closes [#959](https://github.com/aurelia/cli/issues/959) + + + # [1.0.0-beta.4](https://github.com/aurelia/cli/compare/1.0.0-beta.3...1.0.0-beta.4) (2018-11-07) diff --git a/lib/dependencies.json b/lib/dependencies.json index 7f453199d..867ab8ef4 100644 --- a/lib/dependencies.json +++ b/lib/dependencies.json @@ -7,7 +7,7 @@ "aspnet-webpack": "^3.0.0", "aurelia-animator-css": "^1.0.4", "aurelia-bootstrapper": "^2.3.0", - "aurelia-cli": "^1.0.0-beta.4", + "aurelia-cli": "^1.0.0-beta.5", "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 66ee7f2c6..4672cb3b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aurelia-cli", - "version": "1.0.0-beta.4", + "version": "1.0.0-beta.5", "description": "The command line tooling for Aurelia.", "keywords": [ "aurelia",