Skip to content

Commit

Permalink
Release version 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thgreasi committed Oct 28, 2017
1 parent ab2ca03 commit eecad1f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
This file will include all API breakage, new features, and upgrade info in
localForage's lifetime.

### [1.5.3]

* Check whether localStorage is actually usable.

### [1.5.2]

* Prevent some unnecessary logs when calling `createInstance()`.
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
"assert": "~0.1.0",
"modernizr": "~2.8.1"
},
"version": "1.5.2"
"version": "1.5.3"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"storage",
"websql"
],
"version": "1.5.2",
"version": "1.5.3",
"homepage": "https://github.com/localForage/localForage",
"repository": {
"type": "git",
Expand Down

0 comments on commit eecad1f

Please sign in to comment.