From 5bc7d0d63f7550a37375dd9635150c89ca3de159 Mon Sep 17 00:00:00 2001 From: Niklas Merz Date: Wed, 3 Jun 2020 19:48:17 +0200 Subject: [PATCH] Updated version and RELEASENOTES.md for release 5.0.4 (5.0.4) --- RELEASENOTES.md | 12 ++++++++++++ package.json | 2 +- plugin.xml | 2 +- tests/package.json | 2 +- tests/plugin.xml | 2 +- 5 files changed, 16 insertions(+), 4 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 73b2a1e..b674963 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,18 @@ --> # Release Notes +### 5.0.4 (Jun 03, 2020) +* [GH-261](https://github.com/apache/cordova-plugin-splashscreen/pull/261) chore: add `cordova-ios` requirement <6.0.0 +* chore(asf): update git notification settings +* update CONTRIBUTING.md +* [GH-251](https://github.com/apache/cordova-plugin-splashscreen/pull/251) chore(npm): adds ignore list +* [GH-252](https://github.com/apache/cordova-plugin-splashscreen/pull/252) ci: updates Node.js versions +* [GH-236](https://github.com/apache/cordova-plugin-splashscreen/pull/236) update homepage to github `README` page +* [GH-239](https://github.com/apache/cordova-plugin-splashscreen/pull/239) update `README`.md by adding missing info +* ci(travis): Upgrade node from 6 to 8 +* ci(travis): Remove **Android 4.4**, Add **Android** 9.0 +* [GH-212](https://github.com/apache/cordova-plugin-splashscreen/pull/212) ci(travis): Add ADDITIONAL_TESTS_DIR=./tests/ios + ### 5.0.3 (May 09, 2019) * Update CI configuration and README ([#210](https://github.com/apache/cordova-plugin-splashscreen/pull/210), [#208](https://github.com/apache/cordova-plugin-splashscreen/pull/208), [#198](https://github.com/apache/cordova-plugin-splashscreen/pull/198), [#194](https://github.com/apache/cordova-plugin-splashscreen/pull/194)) * Add or update GitHub pull request and issue template diff --git a/package.json b/package.json index 68d322f..b5ce15a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-splashscreen", - "version": "5.0.4-dev", + "version": "5.0.4", "description": "Cordova Splashscreen Plugin", "types": "./types/index.d.ts", "cordova": { diff --git a/plugin.xml b/plugin.xml index 08f2f77..f426a56 100644 --- a/plugin.xml +++ b/plugin.xml @@ -20,7 +20,7 @@ + version="5.0.4"> Splashscreen Cordova Splashscreen Plugin Apache 2.0 diff --git a/tests/package.json b/tests/package.json index b1f011c..9baf8bf 100644 --- a/tests/package.json +++ b/tests/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-splashscreen-tests", - "version": "5.0.4-dev", + "version": "5.0.4", "description": "", "cordova": { "id": "cordova-plugin-splashscreen-tests", diff --git a/tests/plugin.xml b/tests/plugin.xml index 7057144..5f51579 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -20,7 +20,7 @@ + version="5.0.4"> Cordova Splashscreen Plugin Tests Apache 2.0