Skip to content

Commit

Permalink
chore(release): 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot authored and Alorel committed Sep 11, 2018
1 parent cba961c commit 02ab597
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## [1.0.1](https://github.com/Alorel/localforage-driver-memory/compare/1.0.0...1.0.1) (2018-09-11)


### Bug Fixes

* **README:** Fixed the UMD global name ([cba961c](https://github.com/Alorel/localforage-driver-memory/commit/cba961c))

# 1.0.0 (2018-09-11)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -3,8 +3,8 @@
In-memory localforage driver that forgets all data on page reload.

[![NpmVersion](https://img.shields.io/npm/v/localforage-driver-memory.svg?style=flat-square)](https://www.npmjs.com/package/localforage-driver-memory)
[![Travis (.com) branch](https://img.shields.io/travis/com/Alorel/localforage-driver-memory/1.0.0.svg?style=flat-square)](https://travis-ci.com/Alorel/localforage-driver-memory)
[![Coveralls github branch](https://img.shields.io/coveralls/github/Alorel/localforage-driver-memory/1.0.0.svg?style=flat-square)](https://coveralls.io/github/Alorel/localforage-driver-memory)
[![Travis (.com) branch](https://img.shields.io/travis/com/Alorel/localforage-driver-memory/1.0.1.svg?style=flat-square)](https://travis-ci.com/Alorel/localforage-driver-memory)
[![Coveralls github branch](https://img.shields.io/coveralls/github/Alorel/localforage-driver-memory/1.0.1.svg?style=flat-square)](https://coveralls.io/github/Alorel/localforage-driver-memory)

UMD global name: **localforageDriverMemory**

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "localforage-driver-memory",
"version": "1.0.0",
"version": "1.0.1",
"description": "in-memory localforage driver that resets on page reload",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 02ab597

Please sign in to comment.