From 358adeacf212eaeb2b841e86918748da6ffed66b Mon Sep 17 00:00:00 2001 From: Marc-Antoine Lemieux Date: Wed, 11 Mar 2015 09:17:16 -0400 Subject: [PATCH] bump version and updated the changelog --- CHANGELOG.md | 2 ++ bower.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f21c8d9..4c8ab23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ #Changelog +##0.0.8 +- Added a swtich to patch deep accessor (like in Backbone-Associations `.get('attr.0.name')`) in the Stickit behavior. It is off by default but you can enable it by requiring the behavior and do `StickitBehavior.patchGetters = true`; ##0.0.6 - Renamed bootstraValidator to bootstrapValidatorBehavior (thanks @dannytranlx) diff --git a/bower.json b/bower.json index 4a5511b..4dc70a2 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "marionette.behaviors", - "version": "0.0.7", + "version": "0.0.8", "authors": [ "Marc-Antoine Lemieux " ], diff --git a/package.json b/package.json index bd4bf5d..9faac36 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "marionette.behaviors", - "version": "0.0.7", + "version": "0.0.8", "description": "Collection of behaviors for Marionette", "main": "index.js", "scripts": {