From 7a6553629c51eb52ce3aa52d2638ebebf13d7a81 Mon Sep 17 00:00:00 2001 From: JF-Cozy Date: Tue, 26 Nov 2024 16:12:12 +0100 Subject: [PATCH] chore: Bump to 3.13.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 81a8eea3..f1f9f747 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +# 3.13.0 + # 3.12.0 +### ✨ Features + +* [PRD-538] feat: Upgrade cozy-bar for new flag by @paultranvan in https://github.com/cozy/mespapiers/pull/697 +* feat: Upgrade cozy-viewer by @JF-Cozy in https://github.com/cozy/mespapiers/pull/698 + # 3.11.0 ### ✨ Features diff --git a/manifest.webapp b/manifest.webapp index 0971b97d..1489ae92 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -3,7 +3,7 @@ "slug": "mespapiers", "icon": "icon.svg", "categories": [], - "version": "3.12.0", + "version": "3.13.0", "licence": "AGPL-3.0", "editor": "Cozy", "source": "https://github.com/cozy/mespapiers.git@build", diff --git a/package.json b/package.json index 0be2b656..f7583255 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mespapiers", - "version": "3.12.0", + "version": "3.13.0", "engines": { "node": "~16 || ~20" },