From 777778bbaa3b5ed5f7dd193ff72a8d5b0b770813 Mon Sep 17 00:00:00 2001 From: Rob Eisenberg Date: Wed, 29 Jul 2015 21:32:52 -0400 Subject: [PATCH] chore(all): prepare release 0.14.1 --- bower.json | 2 +- doc/CHANGELOG.md | 5 ++++- package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index 6c38f00..2d04c72 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "aurelia-bootstrapper", - "version": "0.14.0", + "version": "0.14.1", "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 ca75f49..62fba1b 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,3 +1,7 @@ +### 0.14.1 (2015-07-29) + +* improve output file name + ## 0.14.0 (2015-07-02) @@ -243,4 +247,3 @@ #### Bug Fixes * **package:** update dependencies to latest versions ([70c91a0c](http://github.com/aurelia/bootstrapper/commit/70c91a0c8dc514119b3bf7021c1b0d6e7960d054)) - diff --git a/package.json b/package.json index 0eac0e5..f0db3c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aurelia-bootstrapper", - "version": "0.14.0", + "version": "0.14.1", "description": "Sets up the default configuration for the aurelia framework and gets you up and running quick and easy.", "keywords": [ "aurelia",