Skip to content

Commit

Permalink
New release 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbrand committed Oct 28, 2018
1 parent 03bfa13 commit 2c94f9b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion backbone.browserStorage.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Backbone localStorage and sessionStorage Adapter
* Version 0.0.4
* Version 0.0.5
*
* https://github.com/jcbrand/Backbone.browserStorage
*/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 2c94f9b

Please sign in to comment.