Skip to content

Commit

Permalink
Bump and build v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
samccone committed Jul 21, 2015
1 parent 973efbd commit c48b62b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -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"],
Expand Down

0 comments on commit c48b62b

Please sign in to comment.