From 79500b2308a232593d007388dd7a3382d4f6ddd2 Mon Sep 17 00:00:00 2001 From: Rob Eisenberg Date: Thu, 22 Sep 2016 14:15:18 -0400 Subject: [PATCH] chore(all): prepare release 0.20.0 --- doc/CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 243b42f52..d2144faf5 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,3 +1,18 @@ +## 0.20.0 + +### Features + +* Support bundle revision numbers. +* Support arbitrary module loader configuration. + +### Bug Fixes + +* Don't add .vscode settings unless the VS Code editor is selected. +* Update NPM dependency to prevent event emitter warnings. +* Use path.root for Karma tests +* Always ensure directory structure exists before creating files +* Erroneous source module inclusing resulting in empty/broken bundled modules + ## 0.19.0 * feat(cli): add exit error code diff --git a/package.json b/package.json index 7a69207e9..69ec5d24f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aurelia-cli", - "version": "0.19.0", + "version": "0.20.0", "description": "The command line tooling for Aurelia.", "keywords": [ "aurelia",