From d0bc34b7bacb36a9745c2ffc79667e0a70dd3510 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 6 Dec 2023 10:13:52 +0000 Subject: [PATCH] chore(release): 3.3.0 [skip ci] # [3.3.0](https://github.com/adfinis/customer-center/compare/v3.2.6...v3.3.0) (2023-12-06) ### Features * **oidc:** make OIDC endpoint runtime configurable ([2531d6b](https://github.com/adfinis/customer-center/commit/2531d6ba95e4752c263ca6a52b36e930ee78f9e2)) --- frontend/CHANGELOG.md | 7 +++++++ frontend/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/frontend/CHANGELOG.md b/frontend/CHANGELOG.md index 8e5a987b..796c997e 100644 --- a/frontend/CHANGELOG.md +++ b/frontend/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.3.0](https://github.com/adfinis/customer-center/compare/v3.2.6...v3.3.0) (2023-12-06) + + +### Features + +* **oidc:** make OIDC endpoint runtime configurable ([2531d6b](https://github.com/adfinis/customer-center/commit/2531d6ba95e4752c263ca6a52b36e930ee78f9e2)) + ## [3.2.6](https://github.com/adfinis/customer-center/compare/v3.2.5...v3.2.6) (2023-07-05) diff --git a/frontend/package.json b/frontend/package.json index 3077a14d..5326ac74 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -2,7 +2,7 @@ "name": "customer-center", "description": "Adfinis customer support portal with Timed integration.", "repository": "https://github.com/adfinis/customer-center", - "version": "3.2.6", + "version": "3.3.0", "license": "MIT", "private": true, "author": {