Skip to content

Commit

Permalink
chore(release): 1.0.3
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 7d7cb65 commit 55a938a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,15 @@
## [1.0.3](https://github.com/Alorel/localforage-driver-memory/compare/1.0.2...1.0.3) (2018-09-11)


### Bug Fixes

* **_driver:** fix driver name ([7d7cb65](https://github.com/Alorel/localforage-driver-memory/commit/7d7cb65))


### Maintenance

* Remove refresh script from package.json ([383eb56](https://github.com/Alorel/localforage-driver-memory/commit/383eb56))

## [1.0.2](https://github.com/Alorel/localforage-driver-memory/compare/1.0.1...1.0.2) (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.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)
[![Travis (.com) branch](https://img.shields.io/travis/com/Alorel/localforage-driver-memory/1.0.3.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.3.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.2",
"version": "1.0.3",
"description": "in-memory localforage driver that resets on page reload",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 55a938a

Please sign in to comment.