Skip to content

Commit

Permalink
Release 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mgonto committed May 18, 2015
1 parent 2f5f3cc commit 9a53edd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@

0.0.8 / 2015-05-18
==================

* Added new dist
* Merge pull request #47 from aaronroberson/master
* Added support for Browserify/Webpack
* Merge pull request #41 from christopherthielen/master
* Add a parameter `offsetSeconds` to isTokenExpired function as a "fudge-factor" in the computation.

0.0.7 / 2015-04-07
==================

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-jwt",
"version": "0.0.7",
"version": "0.0.8",
"description": "Library to help you work with JWTs on AngularJS",
"authors": [
{
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": "angular-jwt",
"version": "0.0.7",
"version": "0.0.8",
"description": "Library to help you work with JWTs on AngularJS",
"main": "index.js",
"author": {
Expand Down

0 comments on commit 9a53edd

Please sign in to comment.