From 56e2163968d7ad20964734b8156348469bc7d65c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 29 Nov 2023 08:57:00 +0000 Subject: [PATCH] chore(release): version 27.87.1 ## [27.87.1](https://github.com/SocialGouv/fce/compare/v27.87.0...v27.87.1) (2023-11-29) ### Bug Fixes * fix dev DB ([#309](https://github.com/SocialGouv/fce/issues/309)) ([cd59bf2](https://github.com/SocialGouv/fce/commit/cd59bf2b164ae5324b0efad1034c841f23d20f9d)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af873ee1..021eae8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [27.87.1](https://github.com/SocialGouv/fce/compare/v27.87.0...v27.87.1) (2023-11-29) + + +### Bug Fixes + +* fix dev DB ([#309](https://github.com/SocialGouv/fce/issues/309)) ([cd59bf2](https://github.com/SocialGouv/fce/commit/cd59bf2b164ae5324b0efad1034c841f23d20f9d)) + # [27.87.0](https://github.com/SocialGouv/fce/compare/v27.86.0...v27.87.0) (2023-11-15) diff --git a/package.json b/package.json index 7bbe9698..0227c96b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fce", - "version": "27.87.0", + "version": "27.87.1", "description": "", "author": "commit42", "private": true,