diff --git a/CHANGELOG.md b/CHANGELOG.md index 05449a8..4f36963 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 0.0.5 (2018-10-21) +## 0.0.5 (2018-10-28) - Pass along the `options` map. Otherwise events fire even though `{silent: true}` was passed to the `Collection.prototype.create` method. diff --git a/backbone.browserStorage.js b/backbone.browserStorage.js index 0e08037..ded4d0e 100644 --- a/backbone.browserStorage.js +++ b/backbone.browserStorage.js @@ -1,6 +1,6 @@ /** * Backbone localStorage and sessionStorage Adapter - * Version 0.0.4 + * Version 0.0.5 * * https://github.com/jcbrand/Backbone.browserStorage */ diff --git a/package.json b/package.json index 6506622..410c5c6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "author": "JC Brand", "name": "backbone.browserStorage", - "version": "0.0.4", + "version": "0.0.5", "repository": { "type": "git", "url": "git://github.com/jcbrand/Backbone.browserStorage.git"