diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 0a6ff43e2..0364d5331 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.16.0 + +* feat(bundler): enable dependencies to include additional resources + +## 0.15.0 + +* feat(bundler): add support for shims via deps and exports + ## 0.14.0 * fix(aspnet): correctly configure base url diff --git a/lib/dependencies.js b/lib/dependencies.js index a21986f18..fb29c4cc2 100644 --- a/lib/dependencies.js +++ b/lib/dependencies.js @@ -3,7 +3,7 @@ let versionMap = { "aurelia-animator-css": "^1.0.0-rc.1.0.0", "aurelia-bootstrapper": "^1.0.0-rc.1.0.0", - "aurelia-cli": "^0.15.0", + "aurelia-cli": "^0.16.0", "aurelia-fetch-client": "^1.0.0-rc.1.0.0", "aurelia-testing": "^1.0.0-beta.1.0.0", "aurelia-tools": "^0.2.2", diff --git a/package.json b/package.json index d1f1253ee..c94e70ce5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aurelia-cli", - "version": "0.15.0", + "version": "0.16.0", "description": "The command line tooling for Aurelia.", "keywords": [ "aurelia",