From 1a17d2d5a201f5272b39c6084304e87a26a8d822 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Tue, 19 Nov 2024 09:42:01 +0000 Subject: [PATCH] chore(release): v3.7.12 [skip ci] --- CHANGELOG.md | 9 +++++++++ appinfo/info.xml | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d27b77b90..474cd7e41b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [3.7.12](https://github.com/nextcloud/mail/compare/v3.7.11...v3.7.12) (2024-11-19) + + +### Bug Fixes + +* Reply all inside message thread ([2f54e82](https://github.com/nextcloud/mail/commit/2f54e82965c9eccb87c286bad05af0eb4252f06c)) + + + ## [3.7.11](https://github.com/nextcloud/mail/compare/v3.7.10...v3.7.11) (2024-11-19) diff --git a/appinfo/info.xml b/appinfo/info.xml index e595b97d1b..bcef2e66ea 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -29,7 +29,7 @@ The rating depends on the installed text processing backend. See [the rating ove Learn more about the Nextcloud Ethical AI Rating [in our blog](https://nextcloud.com/blog/nextcloud-ethical-ai-rating/). ]]> - 3.7.11 + 3.7.12 agpl Christoph Wurst GretaD diff --git a/package-lock.json b/package-lock.json index a61014023b..e3fbb40d8d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nextcloud-mail", - "version": "3.7.11", + "version": "3.7.12", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index ec253b0f5b..6d50f22e07 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nextcloud-mail", "description": "Nextcloud Mail", - "version": "3.7.11", + "version": "3.7.12", "author": "Christoph Wurst ", "license": "agpl", "private": true,