From dcf624db772666ec970a501c3c7723dc7aae7403 Mon Sep 17 00:00:00 2001 From: Rob Eisenberg Date: Wed, 5 Oct 2016 18:48:16 -0700 Subject: [PATCH] chore(all): prepare release 1.1.1 --- bower.json | 2 +- doc/CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 03c9d82..4655ecb 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "aurelia-templating-resources", - "version": "1.1.0", + "version": "1.1.1", "description": "A standard set of behaviors, converters and other resources for use with the Aurelia templating library.", "keywords": [ "aurelia", diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 589e422..6fd73a9 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [1.1.1](https://github.com/aurelia/templating-resources/compare/1.1.0...v1.1.1) (2016-10-06) + + +### Bug Fixes + +* **package:** add attr-binding-behavior to the list of resources ([f059b8b](https://github.com/aurelia/templating-resources/commit/f059b8b)) + + + # [1.1.0](https://github.com/aurelia/templating-resources/compare/1.0.0...v1.1.0) (2016-10-05) diff --git a/package.json b/package.json index 98f4afd..bbce9fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aurelia-templating-resources", - "version": "1.1.0", + "version": "1.1.1", "description": "A standard set of behaviors, converters and other resources for use with the Aurelia templating library.", "keywords": [ "aurelia",