From 2ae16ab697c29047096b76fd841e6711b4570c12 Mon Sep 17 00:00:00 2001 From: Rob Eisenberg Date: Tue, 8 Nov 2016 09:32:26 -0800 Subject: [PATCH] chore(all): prepare release 0.22.0 --- doc/CHANGELOG.md | 14 ++++++++++++++ lib/dependencies.js | 2 +- package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 4ffb08cd9..fdc225801 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,3 +1,17 @@ +## 0.22.0 + +### Bug Fixes + +**index.html:** ensure charset is added to html page +**build** Fix #382 by catching errors with gulp-plumber +**file-paths:** don't use windows style path separators + +### Features + +* **autocomplete:** disable built-in Angular1 auto-complete/ suggest +* **main:** only use bluebird long stack traces during debug mode +* **build** move require and text to external module + ## 0.21.0 ### Bug Fixes diff --git a/lib/dependencies.js b/lib/dependencies.js index fb5b64243..10afbc53f 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.21.0", + "aurelia-cli": "^0.22.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 eb25748b3..b8dea51fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aurelia-cli", - "version": "0.21.0", + "version": "0.22.0", "description": "The command line tooling for Aurelia.", "keywords": [ "aurelia",