Skip to content

Commit

Permalink
Update changelog and prepare release 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbrand committed Aug 31, 2016
1 parent 8700caa commit 168923b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 16 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.0.3 (2016-08-31)

- #1 Fix typo in main. Fixes webpack failing to load the module [sww314]
- #2 Fix storage clearing problems [Martinique]

## 0.0.2 (2015-12-04)

- Bugfix. undefined is not a function. [jcbrand]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Backbone localStorage and sessionStorage Adapter 0.0.1
# Backbone localStorage and sessionStorage adapter

A localStorage and sessionStorage adapter for Backbone.
It's a drop-in replacement for Backbone.Sync() to handle saving to the browser's browserStorage or sessionStorage database.
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.1
* Version 0.0.3
*
* https://github.com/jcbrand/Backbone.browserStorage
*/
Expand Down
6 changes: 0 additions & 6 deletions bower.json

This file was deleted.

7 changes: 0 additions & 7 deletions component.json

This file was deleted.

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 (https://opkode.com) fork of backbone.localStorage",
"name": "backbone.browserStorage",
"version": "0.0.2",
"version": "0.0.3",
"repository": {
"type": "git",
"url": "git://github.com/jcbrand/Backbone.browserStorage.git"
Expand Down

0 comments on commit 168923b

Please sign in to comment.