Updated version and RELEASENOTES.md for release 5.0.4 (5.0.4)

This commit is contained in:
Niklas Merz 2020-06-03 19:48:17 +02:00
parent ed1db6650c
commit 5bc7d0d63f
5 changed files with 16 additions and 4 deletions

View File

@ -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

View File

@ -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": {

View File

@ -20,7 +20,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-splashscreen"
version="5.0.4-dev">
version="5.0.4">
<name>Splashscreen</name>
<description>Cordova Splashscreen Plugin</description>
<license>Apache 2.0</license>

View File

@ -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",

View File

@ -20,7 +20,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-splashscreen-tests"
version="5.0.4-dev">
version="5.0.4">
<name>Cordova Splashscreen Plugin Tests</name>
<license>Apache 2.0</license>