From 37b06761373b3aef3193b1cbf7f4c5e0580c309e Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Sun, 12 Jan 2020 14:12:15 +0100 Subject: Release 14.1.2 (#616) Changed - Updated js packages Fixed - Signature was missing Signed-off-by: Benjamin Brahmer --- CHANGELOG.md | 8 ++++++++ appinfo/info.xml | 2 +- js/package-lock.json | 12 ++++++------ js/package.json | 2 +- 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).]]> - 14.1.1 + 14.1.2 agpl Benjamin Brahmer Sean Molenaar 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" -- cgit v1.2.3