summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2020-01-12 14:12:15 +0100
committerGitHub <noreply@github.com>2020-01-12 14:12:15 +0100
commit37b06761373b3aef3193b1cbf7f4c5e0580c309e (patch)
tree76ee93734dbe638cd082ce1609f94156303967c3
parent142bd9a6145b1dc660a9479261795f15cb1371b7 (diff)
Release 14.1.2 (#616)14.1.2
Changed - Updated js packages Fixed - Signature was missing Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r--CHANGELOG.md8
-rw-r--r--appinfo/info.xml2
-rw-r--r--js/package-lock.json12
-rw-r--r--js/package.json2
4 files changed, 16 insertions, 8 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ca1647ba6..e0d2b55ed 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file.
## Unreleased
+## 14.1.2
+
+## Changed
+- Updated js packages
+
+### Fixed
+- Signature was missing
+
## 14.1.1
### Changed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 43596dbde..d8c8531ef 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -8,7 +8,7 @@
Before you update to a new version, [check the changelog](https://github.com/nextcloud/news/blob/master/CHANGELOG.md) to avoid surprises.
**Important**: To enable feed updates you will need to enable either [Nextcloud system cron](https://docs.nextcloud.org/server/latest/admin_manual/configuration_server/background_jobs_configuration.html#cron) or use [an updater](https://github.com/nextcloud/news-updater) which uses the built in update API and disable cron updates. More information can be found [in the README](https://github.com/nextcloud/news).]]></description>
- <version>14.1.1</version>
+ <version>14.1.2</version>
<licence>agpl</licence>
<author>Benjamin Brahmer</author>
<author>Sean Molenaar</author>
diff --git a/js/package-lock.json b/js/package-lock.json
index 145dc5c90..f6c6a50a9 100644
--- a/js/package-lock.json
+++ b/js/package-lock.json
@@ -3537,9 +3537,9 @@
"dev": true
},
"is-wsl": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.1.0.tgz",
- "integrity": "sha512-pFTjpv/x5HRj8kbZ/Msxi9VrvtOMRBqaDi3OIcbwPI3OuH+r3lLxVWukLITBaOGJIbA/w2+M1eVmVa4XNQlAmQ==",
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.1.1.tgz",
+ "integrity": "sha512-umZHcSrwlDHo2TGMXv0DZ8dIUGunZ2Iv68YZnrmCiBPkZ4aaOhtv7pXJKeki9k3qJ3RJr0cDyitcl5wEH3AYog==",
"dev": true
},
"isarray": {
@@ -4012,9 +4012,9 @@
}
},
"karma-firefox-launcher": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/karma-firefox-launcher/-/karma-firefox-launcher-1.2.0.tgz",
- "integrity": "sha512-j9Zp8M8+VLq1nI/5xZGfzeaEPtGQ/vk3G+Y8vpmFWLvKLNZ2TDjD6cu2dUu7lDbu1HXNgatsAX4jgCZTkR9qhQ==",
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/karma-firefox-launcher/-/karma-firefox-launcher-1.3.0.tgz",
+ "integrity": "sha512-Fi7xPhwrRgr+94BnHX0F5dCl1miIW4RHnzjIGxF8GaIEp7rNqX7LSi7ok63VXs3PS/5MQaQMhGxw+bvD+pibBQ==",
"dev": true,
"requires": {
"is-wsl": "^2.1.0"
diff --git a/js/package.json b/js/package.json
index d5cce89c7..81ce6cea4 100644
--- a/js/package.json
+++ b/js/package.json
@@ -46,7 +46,7 @@
"karma": "^4.4.1",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.1",
- "karma-firefox-launcher": "^1.2.0",
+ "karma-firefox-launcher": "^1.3.0",
"karma-jasmine": "^2.0.1",
"minimatch": "^3.0.4",
"natives": "^1.1.6"