From 17fe6d4dfeea7552f495898c3e03d8e415cd229b Mon Sep 17 00:00:00 2001 From: Rob Eisenberg Date: Wed, 17 Dec 2014 17:25:06 -0500 Subject: [PATCH] chore(*): prepare release 0.3.0 --- bower.json | 6 ++++-- doc/CHANGELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index 909cbd69..0708dd2b 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "aurelia-framework", - "version": "0.2.1", + "version": "0.3.0", "description": "The aurelia framework brings together all the required core aurelia libraries into a ready-to-go application-building platform.", "keywords": [ "aurelia", @@ -9,7 +9,9 @@ ], "homepage": "http://aurelia.io", "license": "MIT", - "authors": ["Rob Eisenberg (http://robeisenberg.com/)"], + "authors": [ + "Rob Eisenberg (http://robeisenberg.com/)" + ], "repository": { "type": "git", "url": "http://github.com/aurelia/framework" diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 7bc410e4..9f8dab6a 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.3.0 (2014-12-17) + + +#### Bug Fixes + +* **package:** update dependencies to latest versions ([12f0f9a8](http://github.com/aurelia/framework/commit/12f0f9a8af4d8178e80e87fc4ce7d9a8a53eba85)) + + ### 0.2.1 (2014-12-12) diff --git a/package.json b/package.json index 45931935..8bb69936 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aurelia-framework", - "version": "0.2.1", + "version": "0.3.0", "description": "The aurelia framework brings together all the required core aurelia libraries into a ready-to-go application-building platform.", "keywords": [ "aurelia",