From 58d4def7699b53d2899f561ef73280f3baf51acd Mon Sep 17 00:00:00 2001 From: AlexisG Date: Wed, 20 Nov 2024 09:57:47 +0100 Subject: [PATCH] chore: Bump to 3.12.0 --- CHANGELOG.md | 9 +++++++++ manifest.webapp | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f976e402..81a8eea3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ +# 3.12.0 + # 3.11.0 +### ✨ Features + +* Update deps to get cozy-viewer update by @zatteo in https://github.com/cozy/mespapiers/pull/692 +* Edit only Scan step in Modify action by @Merkur39 in https://github.com/cozy/mespapiers/pull/693 +* Add Modify option to konnector files by @Merkur39 in https://github.com/cozy/mespapiers/pull/694 +* Add success message when confirming editing by @Merkur39 in https://github.com/cozy/mespapiers/pull/695 + # 3.10.0 ### ✨ Features diff --git a/manifest.webapp b/manifest.webapp index c1e7059c..0971b97d 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -3,7 +3,7 @@ "slug": "mespapiers", "icon": "icon.svg", "categories": [], - "version": "3.11.0", + "version": "3.12.0", "licence": "AGPL-3.0", "editor": "Cozy", "source": "https://github.com/cozy/mespapiers.git@build", diff --git a/package.json b/package.json index f0ef6188..07f151d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mespapiers", - "version": "3.11.0", + "version": "3.12.0", "engines": { "node": "~16 || ~20" },