diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 083f036fa..048563940 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,3 +1,25 @@ +# [1.0.0-beta.15](https://github.com/aurelia/cli/compare/1.0.0-beta.14...1.0.0-beta.15) (2019-03-28) + + +### Bug Fixes + +* **jest mock:** Add stub for static content ([9268d5c](https://github.com/aurelia/cli/commit/9268d5c)) +* **jest mock:** Add stub for static content ([7206f1d](https://github.com/aurelia/cli/commit/7206f1d)) +* **jest mock:** Add stub for static content ([473a540](https://github.com/aurelia/cli/commit/473a540)) +* **jest mock:** Add stub for static content ([f7cb875](https://github.com/aurelia/cli/commit/f7cb875)) +* **karam:** ensure the element under testing is traced by webpack ([d6bab9d](https://github.com/aurelia/cli/commit/d6bab9d)) +* **new-application:** add missing dep clean-webpack-plugin to dotnet-core+webpack app ([7534244](https://github.com/aurelia/cli/commit/7534244)), closes [#1072](https://github.com/aurelia/cli/issues/1072) + + +### Features + +* **all:** use core-js v3 to replace deprecated @babel/polyfill ([990af96](https://github.com/aurelia/cli/commit/990af96)), closes [/babeljs.io/blog/2019/03/19/7.4.0#migration-from-core-js-2](https://github.com//babeljs.io/blog/2019/03/19/7.4.0/issues/migration-from-core-js-2) +* scaffolding aurelia plugin project ([f5b2367](https://github.com/aurelia/cli/commit/f5b2367)), closes [#658](https://github.com/aurelia/cli/issues/658) +* **generate-skeletons:** add plugin skeletons to "au generate-skeletons" ([245ce7e](https://github.com/aurelia/cli/commit/245ce7e)) +* **release-check:** add release-check on plugin projects ([05c5980](https://github.com/aurelia/cli/commit/05c5980)) + + + # [1.0.0-beta.14](https://github.com/aurelia/cli/compare/1.0.0-beta.13...1.0.0-beta.14) (2019-03-20) diff --git a/lib/dependencies.json b/lib/dependencies.json index 408392723..2dfd4c56e 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.2", - "aurelia-cli": "^1.0.0-beta.14", + "aurelia-cli": "^1.0.0-beta.15", "aurelia-loader-nodejs": "^1.0.1", "aurelia-pal-nodejs": "^1.2.0", "aurelia-protractor-plugin": "^1.0.6", diff --git a/package.json b/package.json index 3f3302524..16b0abb9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aurelia-cli", - "version": "1.0.0-beta.14", + "version": "1.0.0-beta.15", "description": "The command line tooling for Aurelia.", "keywords": [ "aurelia",