From b3efa110601b7fefb5c3683c8f6aefdd9197a108 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 12:14:39 +0200 Subject: [PATCH] chore(main): release 1.23.0 (#663) 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 6c3cc2e4a..db2695f73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.23.0](https://github.com/betagouv/agir-front/compare/v1.22.0...v1.23.0) (2024-10-09) + + +### ✨ Nouvelles fonctionnalités + +* se desinscrire du service linky ([#653](https://github.com/betagouv/agir-front/issues/653)) ([1e8efdd](https://github.com/betagouv/agir-front/commit/1e8efdd7ba2e31b756062b13901666501765cf32)) + ## [1.22.0](https://github.com/betagouv/agir-front/compare/v1.21.0...v1.22.0) (2024-10-08) diff --git a/package.json b/package.json index 6980d74aa..00fbd6b6e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "agir-front", "private": true, - "version": "1.22.0", + "version": "1.23.0", "type": "module", "scripts": { "dev": "vite",