Skip to content

Commit

Permalink
chore(release): 1.0.2
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 96bbcba commit 0447773
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 195 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## [1.0.2](https://github.com/Alorel/localforage-driver-memory/compare/1.0.1...1.0.2) (2018-09-11)


### Bug Fixes

* **package:** Set localforage peer dependency to ^1.5.0 ([96bbcba](https://github.com/Alorel/localforage-driver-memory/commit/96bbcba))

## [1.0.1](https://github.com/Alorel/localforage-driver-memory/compare/1.0.0...1.0.1) (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.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)
[![Travis (.com) branch](https://img.shields.io/travis/com/Alorel/localforage-driver-memory/1.0.2.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.2.svg?style=flat-square)](https://coveralls.io/github/Alorel/localforage-driver-memory)
[![Greenkeeper badge](https://badges.greenkeeper.io/Alorel/localforage-driver-memory.svg)](https://greenkeeper.io/)

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.1",
"version": "1.0.2",
"description": "in-memory localforage driver that resets on page reload",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 0447773

Please sign in to comment.