From f42e0dda8d666da6b7211b6b97edd3710589ad90 Mon Sep 17 00:00:00 2001 From: Rob Eisenberg Date: Sat, 28 Feb 2015 16:24:19 -0500 Subject: [PATCH] chore(all): prepare release 0.4.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 0743728..29c207b 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "aurelia-path", - "version": "0.4.4", + "version": "0.4.5", "description": "Utilities for path manipulation.", "keywords": [ "aurelia", diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index a395c06..771de39 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,3 +1,11 @@ +### 0.4.5 (2015-02-28) + + +#### Bug Fixes + +* **package:** change jspm directories ([a12623eb](http://github.com/aurelia/path/commit/a12623eb901ca130d1fcf1241976712a3d459570)) + + ### 0.4.4 (2015-02-27) * Update compiler. diff --git a/package.json b/package.json index ff09744..17cb89a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aurelia-path", - "version": "0.4.4", + "version": "0.4.5", "description": "Utilities for path manipulation.", "keywords": [ "aurelia",