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" },