From f8533cebcb40d1955bd5fca532e67834ea4e2cfe Mon Sep 17 00:00:00 2001 From: Rob Eisenberg Date: Sat, 28 Feb 2015 20:19:49 -0500 Subject: [PATCH] chore(all): prepare release 0.9.5 --- bower.json | 2 +- doc/CHANGELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 5c2caa8..a0f43e5 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "aurelia-bootstrapper", - "version": "0.9.4", + "version": "0.9.5", "description": "Sets up the default configuration for the aurelia framework and gets you up and running quick and easy.", "keywords": [ "aurelia", diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index ffd58d5..3962590 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,3 +1,11 @@ +### 0.9.5 (2015-02-28) + + +#### Bug Fixes + +* **package:** change jspm directories ([f82ca368](http://github.com/aurelia/bootstrapper/commit/f82ca3689a8b5aa197b22bd804dae0cbfd0cab7a)) + + ### 0.9.4 (2015-02-28) diff --git a/package.json b/package.json index 45f6a48..a15a7bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aurelia-bootstrapper", - "version": "0.9.4", + "version": "0.9.5", "description": "Sets up the default configuration for the aurelia framework and gets you up and running quick and easy.", "keywords": [ "aurelia",