From 8f3330088d67b4236dd06cd16686065a5548e737 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 11 Oct 2023 13:14:35 +0000 Subject: [PATCH] chore(release): 1.56.6 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8740d8ed..8116dd70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.56.6](https://github.com/SocialGouv/secretariat/compare/v1.56.5...v1.56.6) (2023-10-11) + + +### Bug Fixes + +* remove incorrect resources ([#582](https://github.com/SocialGouv/secretariat/issues/582)) ([292274e](https://github.com/SocialGouv/secretariat/commit/292274ec7975b759b01b321c8445884ecf02e890)) + ## [1.56.5](https://github.com/SocialGouv/secretariat/compare/v1.56.4...v1.56.5) (2023-10-11) diff --git a/package.json b/package.json index ac7903f5..6259ee89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "secretariat", - "version": "1.56.5", + "version": "1.56.6", "engines": { "node": "16" },