From 912f7296c8e3160c042fb57a4f2929f97be66c15 Mon Sep 17 00:00:00 2001 From: Social Groovy Bot <45039513+SocialGroovyBot@users.noreply.github.com> Date: Thu, 28 Mar 2024 20:22:50 +0000 Subject: [PATCH] chore(release): version 27.100.8 ## [27.100.8](https://github.com/SocialGouv/fce/compare/v27.100.7...v27.100.8) (2024-03-28) ### Bug Fixes * certSecretName for server ([54150df](https://github.com/SocialGouv/fce/commit/54150df3b8381d2c9fd6334d6a86e6c5f48f10d5)) * sealed MAGIC_KEY_ALLOWED_EMAILS ([3bd379d](https://github.com/SocialGouv/fce/commit/3bd379d09620a451cde4fde0505ffb95aee03d60)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09d1413d..d7bb3326 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [27.100.8](https://github.com/SocialGouv/fce/compare/v27.100.7...v27.100.8) (2024-03-28) + + +### Bug Fixes + +* certSecretName for server ([54150df](https://github.com/SocialGouv/fce/commit/54150df3b8381d2c9fd6334d6a86e6c5f48f10d5)) +* sealed MAGIC_KEY_ALLOWED_EMAILS ([3bd379d](https://github.com/SocialGouv/fce/commit/3bd379d09620a451cde4fde0505ffb95aee03d60)) + ## [27.100.7](https://github.com/SocialGouv/fce/compare/v27.100.6...v27.100.7) (2024-03-28) diff --git a/package.json b/package.json index 64f4e45b..72099631 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fce", - "version": "27.100.7", + "version": "27.100.8", "description": "", "author": "commit42", "private": true,