diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 944ac4ff5..a8b5c6faf 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,3 +1,17 @@ +## 0.24.0 + +### Features + +* **typescript:** set lib to es2017 for upcoming js features +* **new command:** enable configuration of html minification + +### Bug Fixes + +* **transform:** enable wrap shim for shimmed definitions +* **build:** update babel presets to avoid deprecated module +* **package-analyzing:** allow deeper levels for source root +* **src/main:** remove bluebird config that causes Edge issue + ## 0.23.0 ### Features @@ -5,7 +19,7 @@ * Add a "None of the above" choice for the Editor step in the `new` wizard * **settings.json:** disable ionic html tags -### Bug fixes +### Bug Fixes * **transpile:** create tsProj every time to avoid crashing * **sourcemaps:** stop adding non-existent sourcemaps to sourcemap diff --git a/lib/dependencies.js b/lib/dependencies.js index 5ab4c20fc..7562505b4 100644 --- a/lib/dependencies.js +++ b/lib/dependencies.js @@ -3,7 +3,7 @@ let versionMap = { "aurelia-animator-css": "^1.0.0", "aurelia-bootstrapper": "^1.0.0", - "aurelia-cli": "^0.23.0", + "aurelia-cli": "^0.24.0", "aurelia-testing": "^1.0.0-beta.2.0.0", "aurelia-tools": "^0.2.2", "autoprefixer": "^6.3.6", diff --git a/package.json b/package.json index acde9e516..10f447250 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aurelia-cli", - "version": "0.23.0", + "version": "0.24.0", "description": "The command line tooling for Aurelia.", "keywords": [ "aurelia",