Skip to content

Commit

Permalink
Merge pull request #615 from auth0/prepare/3.0.0
Browse files Browse the repository at this point in the history
[Release] Bumped version number, updated CHANGELOG.md
  • Loading branch information
Steve Hobbs authored Jul 17, 2019
2 parents 866d7cf + 010b6da commit a3d9bd3
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 [3.0.0](https://github.com/auth0/angular2-jwt) (2019-07-16)

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

- **Breaking change** `isTokenExpired` now returns `false` if no expiry date is found inside the token. This is a change to align with the [JWT spec](https://tools.ietf.org/html/rfc7519#section-4.1.4), but may break applications that rely on the previous behavior. [#562](https://github.com/auth0/angular2-jwt/pull/562) [@atom-morgan](https://github.com/atom-morgan)

## 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)
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.2",
"version": "3.0.0",
"description": "JSON Web Token helper library for Angular",
"scripts": {
"prepare": "ngc && npm run build",
Expand Down

0 comments on commit a3d9bd3

Please sign in to comment.