diff --git a/bower.json b/bower.json index 7c86772..856cd26 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "aurelia-templating-router", - "version": "0.3.0", + "version": "0.4.0", "description": "An implementation of the RouteLoader interface for use with the router module. Also contains a custom element that allows the templating engine to display the current route.", "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/templating-router" diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index fe597ab..1d25fcf 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.4.0 (2014-12-17) + + +#### Bug Fixes + +* **package:** update dependencies to latest versions ([4c17dbad](http://github.com/aurelia/templating-router/commit/4c17dbada6fae62ada689b2332801d1ae01d1391)) + + ## 0.3.0 (2014-12-12) diff --git a/package.json b/package.json index 0d6bba5..dd523aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aurelia-templating-router", - "version": "0.3.0", + "version": "0.4.0", "description": "An implementation of the RouteLoader interface for use with the router module. Also contains a custom element that allows the templating engine to display the current route.", "keywords": [ "aurelia",