From 24169c61c6116b19de1f060892e38753a3569830 Mon Sep 17 00:00:00 2001 From: Steve Hobbs Date: Mon, 28 Oct 2019 16:44:23 +0000 Subject: [PATCH] Prepared for release 3.0.1 --- CHANGELOG.md | 13 ++++++++++--- package.json | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f7e5d47..66886749 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,25 @@ # Change log -## Version [3.0.0](https://github.com/auth0/angular2-jwt) (2019-07-16) +## Version [3.0.1](https://github.com/auth0/angular2-jwt/tags/v3.0.1) (2019-10-28) + +[Full Changelog](https://github.com/auth0/angular2-jwt/compare/3.0.0..3.0.1) + +- Be sure to handle `undefined` tokens [\#626](https://github.com/auth0/angular2-jwt/pull/626) [@RobertRad](https://github.com/RobertRad) +- docs: corrected/rephrased a sentence in README.md [\#625](https://github.com/auth0/angular2-jwt/pull/625) [@noopur-tiwari](https://github.com/noopur-tiwari) + +## Version [3.0.0](https://github.com/auth0/angular2-jwt/releases/tag/3.0.0) (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) +## Version [2.1.2](https://github.com/auth0/angular2-jwt/releases/tag/2.1.2) (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) +## Version [2.1.1](https://github.com/auth0/angular2-jwt/releases/tag/2.1.1) (2019-07-01) [Full Changelog](https://github.com/auth0/angular2-jwt/compare/2.1.0...2.1.1) diff --git a/package.json b/package.json index 51948ad7..ce5e52dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@auth0/angular-jwt", - "version": "3.0.0", + "version": "3.0.1", "description": "JSON Web Token helper library for Angular", "scripts": { "prepare": "ngc && npm run build",