From 86fb8a035b0df8272887b158f678c408f7be3940 Mon Sep 17 00:00:00 2001 From: Arno V Date: Tue, 25 Jun 2024 15:57:27 -0400 Subject: [PATCH] chore: release main (#37) --- .release-please-manifest.json | 2 +- packages/auth-common/CHANGELOG.md | 7 +++++++ packages/auth-common/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cf70d98..f2aec73 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "packages/auth-provider": "3.0.0", - "packages/auth-common": "2.3.0" + "packages/auth-common": "2.4.0" } diff --git a/packages/auth-common/CHANGELOG.md b/packages/auth-common/CHANGELOG.md index 05bbb41..eb426e0 100644 --- a/packages/auth-common/CHANGELOG.md +++ b/packages/auth-common/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.4.0](https://github.com/aversini/auth-client/compare/auth-common-v2.3.0...auth-common-v2.4.0) (2024-06-25) + + +### Features + +* adding access and id token request type ([#36](https://github.com/aversini/auth-client/issues/36)) ([2c19bc3](https://github.com/aversini/auth-client/commit/2c19bc3da6d95898ec4a20a7f5452a6fb601d53f)) + ## [2.3.0](https://github.com/aversini/auth-client/compare/auth-common-v2.2.0...auth-common-v2.3.0) (2024-06-24) diff --git a/packages/auth-common/package.json b/packages/auth-common/package.json index 549de2b..3faad33 100644 --- a/packages/auth-common/package.json +++ b/packages/auth-common/package.json @@ -1,6 +1,6 @@ { "name": "@versini/auth-common", - "version": "2.3.0", + "version": "2.4.0", "license": "MIT", "author": "Arno Versini", "publishConfig": {