Skip to content

Commit

Permalink
chore: Release 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tofumatt committed Jul 21, 2020
1 parent d016798 commit 38c207d
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
This file will include all API breakage, new features, and upgrade info in
localForage's lifetime.

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

* Reverted the ESM/`module` field change in #940, which broke many builds. See: #979. Sorry about that! 😓

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

* No changes to code, but added a `module` field in `package.json` for better ESM support. See: #940.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@
[![Dependency Status](https://img.shields.io/david/localForage/localForage.svg)](https://david-dm.org/localForage/localForage)
[![npm](https://img.shields.io/npm/dm/localforage.svg?maxAge=2592000)](https://npmcharts.com/compare/localforage?minimal=true)
[![jsDelivr Hits](https://data.jsdelivr.com/v1/package/npm/localforage/badge?style=rounded)](https://www.jsdelivr.com/package/npm/localforage)
[![minzipped size](https://badgen.net/bundlephobia/minzip/localforage)](https://bundlephobia.com/result?p=localforage@1.8.0)
[![minzipped size](https://badgen.net/bundlephobia/minzip/localforage)](https://bundlephobia.com/result?p=localforage@1.8.1)

localForage is a fast and simple storage library for JavaScript. localForage
improves the offline experience of your web app by using asynchronous storage
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -23,5 +23,5 @@
"assert": "~0.1.0",
"modernizr": "~2.8.1"
},
"version": "1.8.0"
"version": "1.8.1"
}
2 changes: 1 addition & 1 deletion component.json
@@ -1,6 +1,6 @@
{
"name": "localforage",
"version": "1.8.0",
"version": "1.8.1",
"dependencies": {
"then/promise": "5.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion dist/localforage.js
@@ -1,6 +1,6 @@
/*!
localForage -- Offline Storage, Improved
Version 1.8.0
Version 1.8.1
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
@@ -1,6 +1,6 @@
/*!
localForage -- Offline Storage, Improved
Version 1.8.0
Version 1.8.1
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.

3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -9,7 +9,7 @@
"storage",
"websql"
],
"version": "1.8.0",
"version": "1.8.1",
"homepage": "https://github.com/localForage/localForage",
"repository": {
"type": "git",
Expand Down Expand Up @@ -63,7 +63,6 @@
"webpack-dev-server": "^1.10.1"
},
"main": "dist/localforage.js",
"module": "src/localforage.js",
"typings": "typings/localforage.d.ts",
"bugs": {
"url": "http://github.com/localForage/localForage/issues"
Expand Down

0 comments on commit 38c207d

Please sign in to comment.