From 1c92b004c1422fff4d7ade4e2ff319821974553c Mon Sep 17 00:00:00 2001 From: Rob Eisenberg Date: Mon, 8 Feb 2016 14:39:55 -0500 Subject: [PATCH] chore(all): prepare release 1.0.0-beta.1.1.1 --- bower.json | 2 +- doc/CHANGELOG.md | 3 +++ package.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 26644c9..f573603 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "aurelia-templating-router", - "version": "1.0.0-beta.1.1.0", + "version": "1.0.0-beta.1.1.1", "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", diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index b5dfcd8..f802452 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,3 +1,6 @@ +### 1.0.0-beta.1.1.1 (2016-02-08) + + ### 1.0.0-beta.1.1.0 (2016-01-29) #### Features diff --git a/package.json b/package.json index bce1b84..c69dc66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aurelia-templating-router", - "version": "1.0.0-beta.1.1.0", + "version": "1.0.0-beta.1.1.1", "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",