Skip to content

Commit

Permalink
Bumping the version to v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jmitchell38488 committed Aug 14, 2019
1 parent 731e13c commit af57b6f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### v1.0.2
* Changed store type from array to Map

### v1.0.1
* Changed throw from text to instance of 'Error' inside the 'set' method

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![node version][node-image]][node-url]
[![npm download][download-image]][download-url]

>Local session storage for Koa sessions using async/await
>Local session storage for Koa sessions using async/await v1.0.2
[![NPM](https://nodei.co/npm/koa-session-local.svg?downloads=true)](https://nodei.co/npm/koa-session-local/)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koa-session-local",
"version": "1.0.1",
"version": "1.0.2",
"description": "Local session storage for Koa sessions",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit af57b6f

Please sign in to comment.