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:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2019-12-13 12:02:35 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-12-13 12:02:35 +0300
commit79384ee7234a56cbc0734e84ade74075617c5f30 (patch)
tree9208a8cf5db26694ca348a252e38133b98028271
parent6d6b3ab44c2517482cd4d25327e873c1144ee33c (diff)
Version bumpv0.20.2
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--CHANGELOG.md6
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 9 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6892df63e..a156b01fc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 0.20.2 - 2019-12-13
+### Changed
+- New and updated translations
+### Fixed
+- JavaScript vulnerability in `serialize-javascript` dependency
+
## 0.20.1 - 2019-12-09
### Added
- occ command to diagnose an account (# of mailboxes, messages; IMAP capabilities)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 61f8827a9..4cd43e8d7 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -12,7 +12,7 @@
- **🙈 We’re not reinventing the wheel!** Based on the great [Horde](http://horde.org) libraries.
- **📬 Want to host your own mail server?** We don’t have to reimplement this as you could set up [Mail-in-a-Box](https://mailinabox.email)!
]]></description>
- <version>0.20.1</version>
+ <version>0.20.2</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<author>Jan-Christoph Borchardt</author>
diff --git a/package-lock.json b/package-lock.json
index 0946a6c4d..c929800ae 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "nextcloud-mail",
- "version": "0.20.1",
+ "version": "0.20.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 6368d88c0..5e763deaa 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nextcloud-mail",
"description": "Nextcloud Mail",
- "version": "0.20.1",
+ "version": "0.20.2",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,