From 29045bee35c10d83fd94a064cea0018775aea4dc Mon Sep 17 00:00:00 2001 From: Frederik Prijck Date: Thu, 15 Dec 2022 11:07:02 +0100 Subject: [PATCH] Release v5.1.1 (#756) --- CHANGELOG.md | 8 +++++++- projects/angular-jwt/package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 951e8310..1a22d315 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ -# Change log +# Change Log + +## [v5.1.1](https://github.com/auth0/angular2-jwt/tree/v5.1.1) (2022-12-15) +[Full Changelog](https://github.com/auth0/angular2-jwt/compare/v5.1.0...v5.1.1) + +**Fixed** +- Support promise based tokenGetter in JwtHelperService [\#748](https://github.com/auth0/angular2-jwt/pull/748) ([frederikprijck](https://github.com/frederikprijck)) ## Version [5.1.0](https://github.com/auth0/angular2-jwt/tags/v5.1.0) diff --git a/projects/angular-jwt/package.json b/projects/angular-jwt/package.json index 81f8d9c3..998be1db 100644 --- a/projects/angular-jwt/package.json +++ b/projects/angular-jwt/package.json @@ -1,6 +1,6 @@ { "name": "@auth0/angular-jwt", - "version": "5.1.0", + "version": "5.1.1", "description": "JSON Web Token helper library for Angular", "private": false, "repository": {