From 28c468810737359a192464629da165a2fb1aca95 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 10:25:10 +0200 Subject: [PATCH] chore(main): release 1.8.1 (#357) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fda68042f..02d5f0904 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.8.1](https://github.com/betagouv/agir-front/compare/v1.8.0...v1.8.1) (2024-04-02) + + +### 🐛 Corrections de bogues + +* page publique pour les pages de conformités ([#356](https://github.com/betagouv/agir-front/issues/356)) ([0f209ff](https://github.com/betagouv/agir-front/commit/0f209ff93c1067d367d3f7e701e170f5be44a445)) + ## [1.8.0](https://github.com/betagouv/agir-front/compare/v1.7.0...v1.8.0) (2024-03-29) diff --git a/package.json b/package.json index 7db17d95a..28df8dca5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "agir-front", "private": true, - "version": "1.8.0", + "version": "1.8.1", "type": "module", "scripts": { "dev": "vite",