Skip to content

Commit

Permalink
Bump and build 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfalgout committed Apr 21, 2019
1 parent f3ebdb7 commit 19186e7
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "backbone.marionette",
"description": "The Backbone Framework",
"homepage": "https://marionettejs.com/",
"version": "4.1.0",
"version": "4.1.1",
"main": "./lib/backbone.marionette.js",
"license": "MIT",
"keywords": [
Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### v4.1.1 [view commit logs](https://github.com/marionettejs/backbone.marionette/compare/v4.1.0...v4.1.1)

#### Fixes
* Error in the build

### v4.1.0 [view commit logs](https://github.com/marionettejs/backbone.marionette/compare/v4.0.0...v4.1.0)

#### Features
Expand Down
2 changes: 1 addition & 1 deletion lib/backbone.marionette.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -1267,7 +1267,7 @@ _.extend(Region.prototype, CommonMixin, {
});
}

this.$el = this.getEl(el);
return this.getEl(el);
},
_setEl: function _setEl() {
this.$el = this._getEl(this.el);
Expand Down
2 changes: 1 addition & 1 deletion 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.

2 changes: 1 addition & 1 deletion 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": "4.1.0",
"version": "4.1.1",
"homepage": "https://marionettejs.com/",
"browser": "lib/backbone.marionette.js",
"main": "lib/backbone.marionette.js",
Expand Down

0 comments on commit 19186e7

Please sign in to comment.