Skip to content

Commit 517a9e5

Browse files
Release v5.2.0 (#781)
1 parent ed94571 commit 517a9e5

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [v5.2.0](https://github.com/auth0/angular2-jwt/tree/v5.2.0) (2023-10-31)
4+
[Full Changelog](https://github.com/auth0/angular2-jwt/compare/v5.1.2...v5.2.0)
5+
6+
**Changed**
7+
- Drop support for Angular 13 and below [\#777](https://github.com/auth0/angular2-jwt/pull/777) ([frederikprijck](https://github.com/frederikprijck))
8+
39
## [v5.1.2](https://github.com/auth0/angular2-jwt/tree/v5.1.2) (2022-12-20)
410
[Full Changelog](https://github.com/auth0/angular2-jwt/compare/v5.1.1...v5.1.2)
511

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@auth0/angular-jwt",
3-
"version": "5.1.0",
3+
"version": "5.2.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

projects/angular-jwt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@auth0/angular-jwt",
3-
"version": "5.1.2",
3+
"version": "5.2.0",
44
"description": "JSON Web Token helper library for Angular",
55
"private": false,
66
"repository": {

0 commit comments

Comments
 (0)