Skip to content

Commit

Permalink
Merge pull request #614 from auth0/prepare-2.1.2
Browse files Browse the repository at this point in the history
[Release] 2.1.2 release prep
  • Loading branch information
Steve Hobbs authored Jul 15, 2019
2 parents 135d2ef + e0ab901 commit f33b5c5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change log

## Version [2.1.2](https://github.com/auth0/angular2-jwt) (2019-07-15)

[Full Changelog](https://github.com/auth0/angular2-jwt/compare/2.1.1..2.1.2)

- Gracefully handle null/empty tokens [#586](https://github.com/auth0/angular2-jwt/pull/586)

## Version [2.1.1](https://github.com/auth0/angular2-jwt) (2019-07-01)

[Full Changelog](https://github.com/auth0/angular2-jwt/compare/2.1.0...2.1.1)
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": "@auth0/angular-jwt",
"version": "2.1.1",
"version": "2.1.2",
"description": "JSON Web Token helper library for Angular",
"scripts": {
"prepare": "ngc && npm run build",
Expand Down

0 comments on commit f33b5c5

Please sign in to comment.