diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a22d315..59a1893c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [v5.1.2](https://github.com/auth0/angular2-jwt/tree/v5.1.2) (2022-12-20) +[Full Changelog](https://github.com/auth0/angular2-jwt/compare/v5.1.1...v5.1.2) + +**Fixed** +- Restore pre 5.1.1 behavior and fix types [\#759](https://github.com/auth0/angular2-jwt/pull/759) ([frederikprijck](https://github.com/frederikprijck)) + ## [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) diff --git a/projects/angular-jwt/package.json b/projects/angular-jwt/package.json index 998be1db..7ad60834 100644 --- a/projects/angular-jwt/package.json +++ b/projects/angular-jwt/package.json @@ -1,6 +1,6 @@ { "name": "@auth0/angular-jwt", - "version": "5.1.1", + "version": "5.1.2", "description": "JSON Web Token helper library for Angular", "private": false, "repository": {