From 5dcb270d0c4da3e87e25070fb31c46aa4c003b8d Mon Sep 17 00:00:00 2001 From: frederikprijck Date: Tue, 20 Dec 2022 16:59:52 +0100 Subject: [PATCH] Release v5.1.2 --- CHANGELOG.md | 6 ++++++ projects/angular-jwt/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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": {