From c48b62b20e987f766c7fe709644d6f0fcbe8c46c Mon Sep 17 00:00:00 2001 From: Sam Saccone Date: Tue, 21 Jul 2015 09:26:56 -0400 Subject: [PATCH] Bump and build v0.6.1 --- bower.json | 2 +- changelog.md | 6 ++++++ component.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index e2681e5..38f9547 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "backbone.syphon", - "version": "0.6.0", + "version": "0.6.1", "description": "Serialize a Backbone.View in to a JavaScript object.", "main": "./lib/backbone.syphon.js", "homepage": "https://github.com/marionettejs/backbone.syphon", diff --git a/changelog.md b/changelog.md index 23f3a68..d29ca42 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,9 @@ +## v0.6.1 [view commit logs](https://github.com/marionettejs/backbone.syphon/compare/v0.6.0...v0.6.1) + +### Fixes + +* Fix the inability to find nested inputs in a form. + ## v0.6.0 [view commit logs](https://github.com/marionettejs/backbone.syphon/compare/v0.5.1...v0.6.1) ### Fixes diff --git a/component.json b/component.json index 419565c..cf9b29c 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "name": "backbone.syphon", - "version": "0.6.0", + "version": "0.6.1", "description": "Serialize a Backbone.View in to a JavaScript object.", "main": "lib/backbone.syphon.js", "scripts": ["lib/backbone.syphon.js"],