Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreta <gretadoci@gmail.com>2022-11-03 18:08:02 +0300
committerGitHub <noreply@github.com>2022-11-03 18:08:02 +0300
commitc5356127683f28d22a267760867f675feb01444e (patch)
tree75d7abf730d80dc5ecffe6e0a5d9983be65eb813
parent00dc1f8319e43e5d1d133104f22d7dfd3549aeaf (diff)
parentef598a762db1e86e315897444adc79edf87f9cc6 (diff)
Merge pull request #7518 from nextcloud/release/v1.14.2v1.14.2
Release v1.14.2
-rw-r--r--CHANGELOG.md5
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
4 files changed, 9 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7ba5494ae..83758048b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
## 1.14.1 - 2022-10-13
### Changed
+## Fixed
+- Transfer encoding issue
+
+## 1.14.1 - 2022-10-13
+### Changed
- Updated Vue component library to v6
## 1.14.0 - 2022-09-20
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 82aa84793..f82724899 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -12,7 +12,7 @@
- **🙈 We’re not reinventing the wheel!** Based on the great [Horde](https://horde.org) libraries.
- **📬 Want to host your own mail server?** We do not have to reimplement this as you could set up [Mail-in-a-Box](https://mailinabox.email)!
]]></description>
- <version>1.14.2-alpha.0</version>
+ <version>1.14.2</version>
<licence>agpl</licence>
<author>Greta Doçi</author>
<author homepage="https://github.com/nextcloud/groupware">Nextcloud Groupware Team</author>
diff --git a/package-lock.json b/package-lock.json
index 282207769..6bc19feb0 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "nextcloud-mail",
- "version": "1.14.2-alpha.0",
+ "version": "1.14.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "nextcloud-mail",
- "version": "1.14.2-alpha.0",
+ "version": "1.14.2",
"license": "agpl",
"dependencies": {
"@ckeditor/ckeditor5-alignment": "~35.0.1",
diff --git a/package.json b/package.json
index 3c05b4bc3..58996c4a1 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nextcloud-mail",
"description": "Nextcloud Mail",
- "version": "1.14.2-alpha.0",
+ "version": "1.14.2",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,