Skip to content

Commit

Permalink
Release v5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Oct 31, 2023
1 parent 50a456a commit 1986da3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auth0/angular-jwt",
"version": "5.1.0",
"version": "5.2.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
2 changes: 1 addition & 1 deletion projects/angular-jwt/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 1986da3

Please sign in to comment.