From f1aaff2224699030c9abad8af7234bb23151cf79 Mon Sep 17 00:00:00 2001 From: Richard Russell <2265225+rars@users.noreply.github.com> Date: Thu, 6 Jun 2024 16:51:52 +0100 Subject: [PATCH] docs: update changelog for 4.0.0 release --- CHANGELOG.md | 7 +++++++ README.md | 1 + package-lock.json | 4 ++-- package.json | 2 +- projects/ngx-jwt/README.md | 1 + projects/ngx-jwt/package.json | 4 ++-- 6 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a595c8..467f200 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index da72524..caf7898 100644 --- a/README.md +++ b/README.md @@ -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! diff --git a/package-lock.json b/package-lock.json index c662bcd..c84db92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ngx-jwt", - "version": "3.0.0", + "version": "4.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ngx-jwt", - "version": "3.0.0", + "version": "4.0.0", "dependencies": { "@angular/animations": "^18.0.2", "@angular/common": "^18.0.2", diff --git a/package.json b/package.json index ca597d3..d511e91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-jwt", - "version": "3.0.0", + "version": "4.0.0", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/projects/ngx-jwt/README.md b/projects/ngx-jwt/README.md index da72524..caf7898 100644 --- a/projects/ngx-jwt/README.md +++ b/projects/ngx-jwt/README.md @@ -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! diff --git a/projects/ngx-jwt/package.json b/projects/ngx-jwt/package.json index e9970b3..adee001 100644 --- a/projects/ngx-jwt/package.json +++ b/projects/ngx-jwt/package.json @@ -1,6 +1,6 @@ { "name": "ngx-jwt", - "version": "3.0.0", + "version": "4.0.0", "author": "Richard Russell", "licence": "MIT", "repository": { @@ -12,7 +12,7 @@ "tslib": "^2.0.0" }, "peerDependencies": { - "@angular/core": ">=17.0.0", + "@angular/core": ">=18.0.0", "jwt-inspect": ">=0.2.0" } }