Skip to content

Commit

Permalink
chore: Release 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tofumatt committed Oct 26, 2018
1 parent 03cb0e3 commit 04d18e3
Show file tree
Hide file tree
Showing 9 changed files with 11,791 additions and 7 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.7.3](https://github.com/mozilla/localForage/releases/tag/1.7.3)

* Add `.npmignore` file to reduce package size when installed via npm.

### [1.6](https://github.com/mozilla/localForage/releases/tag/1.6.0)

* Add `dropInstance()` method to localforage.
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.7.2"
"version": "1.7.3"
}
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "localforage",
"version": "1.7.2",
"version": "1.7.3",
"dependencies": {
"then/promise": "5.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion dist/localforage.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
localForage -- Offline Storage, Improved
Version 1.7.2
Version 1.7.3
https://localforage.github.io/localForage
(c) 2013-2017 Mozilla, Apache License 2.0
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/localforage.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/localforage.nopromises.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
localForage -- Offline Storage, Improved
Version 1.7.2
Version 1.7.3
https://localforage.github.io/localForage
(c) 2013-2017 Mozilla, Apache License 2.0
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/localforage.nopromises.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 04d18e3

Please sign in to comment.