From 1986da36e5da9ade2d9eba9d8a47c15b3cd10e83 Mon Sep 17 00:00:00 2001 From: frederikprijck Date: Tue, 31 Oct 2023 12:39:31 +0100 Subject: [PATCH] Release v5.2.0 --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- projects/angular-jwt/package.json | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59a1893c..5f712e37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [v5.2.0](https://github.com/auth0/angular2-jwt/tree/v5.2.0) (2023-10-31) +[Full Changelog](https://github.com/auth0/angular2-jwt/compare/v5.1.2...v5.2.0) + +**Changed** +- Drop support for Angular 13 and below [\#777](https://github.com/auth0/angular2-jwt/pull/777) ([frederikprijck](https://github.com/frederikprijck)) + ## [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) diff --git a/package-lock.json b/package-lock.json index ffc97865..7da90a13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@auth0/angular-jwt", - "version": "5.1.0", + "version": "5.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@auth0/angular-jwt", - "version": "5.1.0", + "version": "5.2.0", "dependencies": { "@angular/common": "^14.3.0", "@angular/compiler": "^14.3.0", diff --git a/package.json b/package.json index 772a349e..f647c238 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@auth0/angular-jwt", - "version": "5.1.0", + "version": "5.2.0", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/projects/angular-jwt/package.json b/projects/angular-jwt/package.json index f9c8b2d7..99514c7c 100644 --- a/projects/angular-jwt/package.json +++ b/projects/angular-jwt/package.json @@ -1,6 +1,6 @@ { "name": "@auth0/angular-jwt", - "version": "5.1.2", + "version": "5.2.0", "description": "JSON Web Token helper library for Angular", "private": false, "repository": {