Skip to content

Commit

Permalink
Bump and build v3.3.1
Browse files Browse the repository at this point in the history
Includes the changelog
  • Loading branch information
paulfalgout committed May 3, 2017
1 parent d80ba69 commit dd36023
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 13 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "The Backbone Framework",
"homepage": "https://marionettejs.com/",
"main": "./lib/backbone.marionette.js",
"version": "3.3.0",
"version": "3.3.1",
"license": "MIT",
"keywords": [
"backbone",
Expand Down
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### v3.3.1 [view commit logs](https://github.com/marionettejs/backbone.marionette/compare/v3.3.0...v3.3.1)

#### Fixes
* Behavior `defaults` deprecation notice was always triggering
* Regions threw an error if a childview destroy resulted in a parent view destroy

### v3.3.0 [view commit logs](https://github.com/marionettejs/backbone.marionette/compare/v3.2.0...v3.3.0)

#### Features
Expand Down
15 changes: 9 additions & 6 deletions lib/backbone.marionette.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/backbone.marionette.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions lib/backbone.marionette.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/backbone.marionette.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "backbone.marionette",
"description": "The Backbone Framework",
"version": "3.3.0",
"version": "3.3.1",
"homepage": "https://marionettejs.com/",
"main": "lib/backbone.marionette.js",
"keywords": [
Expand Down

0 comments on commit dd36023

Please sign in to comment.