From 0c802bd81776858b1b8adae0cb1920ab30b18baa Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 8 Feb 2023 09:56:47 +0000 Subject: [PATCH] chore(release): 1.52.4 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79ac1e4e..fd3dbff8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.52.4](https://github.com/SocialGouv/secretariat/compare/v1.52.3...v1.52.4) (2023-02-08) + + +### Bug Fixes + +* use Env action ([#497](https://github.com/SocialGouv/secretariat/issues/497)) ([4b77b95](https://github.com/SocialGouv/secretariat/commit/4b77b9547f102a3535927a9db382a86e6858ab52)) + ## [1.52.3](https://github.com/SocialGouv/secretariat/compare/v1.52.2...v1.52.3) (2023-02-08) diff --git a/package.json b/package.json index 74a19d80..200d2c0d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "secretariat", - "version": "1.52.3", + "version": "1.52.4", "engines": { "node": "16" },