Skip to content

Commit

Permalink
Merge pull request #74 from rars/changelog-update
Browse files Browse the repository at this point in the history
docs: update changelog for 4.0.0 release
  • Loading branch information
rars authored Jun 6, 2024
2 parents b14a8ae + f1aaff2 commit cbb7eec
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [4.0.0](https://github.com/rars/ngx-jwt/compare/v3.0.0...v4.0.0) (2024-06-06)


### Features

* **ngx-jwt:** update to Angular 18 ([d5ddb78](https://github.com/rars/ngx-jwt/commit/d5ddb783e1696e8cc8a72d3f1f3f63b08e3ca6d9))

## [3.0.0](https://github.com/rars/ngx-jwt/compare/v2.0.0...v3.0.0) (2023-11-08)


Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ Recommended versions by Angular version:
| ^13.0.0 | ^1.0.0 |
| ^16.0.0 | ^2.0.0 |
| ^17.0.0 | ^3.0.0 |
| ^18.0.0 | ^4.0.0 |

## Contributions welcome!

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": "ngx-jwt",
"version": "3.0.0",
"version": "4.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
1 change: 1 addition & 0 deletions projects/ngx-jwt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ Recommended versions by Angular version:
| ^13.0.0 | ^1.0.0 |
| ^16.0.0 | ^2.0.0 |
| ^17.0.0 | ^3.0.0 |
| ^18.0.0 | ^4.0.0 |

## Contributions welcome!

Expand Down
4 changes: 2 additions & 2 deletions projects/ngx-jwt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-jwt",
"version": "3.0.0",
"version": "4.0.0",
"author": "Richard Russell",
"licence": "MIT",
"repository": {
Expand All @@ -12,7 +12,7 @@
"tslib": "^2.0.0"
},
"peerDependencies": {
"@angular/core": ">=17.0.0",
"@angular/core": ">=18.0.0",
"jwt-inspect": ">=0.2.0"
}
}

0 comments on commit cbb7eec

Please sign in to comment.