Skip to content

Commit

Permalink
release: v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Sisley committed Sep 12, 2018
1 parent fa43f64 commit 3caed6e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v2.1.0

- __build:__ Updated dependencies [fa43f64]
- __feat:__ Allow usage of sessionStorage as opposed to localStorage in browser [76dfd70]


## v2.0.1

- __docs:__ Updated badge links [c2f65bf]
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tokenpress",
"version": "2.0.1",
"version": "2.1.0",
"description": "A JWT utility belt for JavaScript applications",
"main": "index.js",
"repository": "https://github.com/justinsisley/tokenpress",
Expand Down Expand Up @@ -42,4 +42,4 @@
"window": true
}
}
}
}

0 comments on commit 3caed6e

Please sign in to comment.