From 4ae7b12ae1de34fcc356255e7485e396629a74bc Mon Sep 17 00:00:00 2001 From: AlexisG Date: Tue, 5 Nov 2024 16:28:09 +0100 Subject: [PATCH] chore: Bump to 3.11.0 --- CHANGELOG.md | 7 +++++++ manifest.webapp | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78e6682f..f976e402 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +# 3.11.0 + # 3.10.0 +### ✨ Features + +* View PDF document preview when adding a document by @Merkur39 in https://github.com/cozy/mespapiers/pull/689 +* Intents target must be migrate too by @Merkur39 in https://github.com/cozy/mespapiers/pull/690 + # 3.9.0 ### ✨ Features diff --git a/manifest.webapp b/manifest.webapp index 68393cbb..c1e7059c 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -3,7 +3,7 @@ "slug": "mespapiers", "icon": "icon.svg", "categories": [], - "version": "3.10.0", + "version": "3.11.0", "licence": "AGPL-3.0", "editor": "Cozy", "source": "https://github.com/cozy/mespapiers.git@build", diff --git a/package.json b/package.json index bcd13d90..f0ef6188 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mespapiers", - "version": "3.10.0", + "version": "3.11.0", "engines": { "node": "~16 || ~20" },