Skip to content

Commit

Permalink
bump version and updated the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc-Antoine Lemieux committed Mar 11, 2015
1 parent cec1f83 commit 358adea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "marionette.behaviors",
"version": "0.0.7",
"version": "0.0.8",
"authors": [
"Marc-Antoine Lemieux <[email protected]>"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 358adea

Please sign in to comment.