Updated version and RELEASENOTES.md for release 5.0.1 (camera-20201104)

This commit is contained in:
Erisu 2020-11-04 10:24:25 +09:00
parent 8975171d7a
commit 0d13b71d33
No known key found for this signature in database
GPG Key ID: 2E5FF17FB26AF7F2
6 changed files with 13 additions and 5 deletions

View File

@ -20,6 +20,14 @@
-->
# Release Notes
### 5.0.1 (Nov 04, 2020)
* [GH-686](https://github.com/apache/cordova-plugin-camera/pull/686) chore(android): add missing apache license header
* [GH-685](https://github.com/apache/cordova-plugin-camera/pull/685) fix(ios): correctly append exif on **iOS** 14
* [GH-669](https://github.com/apache/cordova-plugin-camera/pull/669) fix(android): save to photo gallery - fixes issues [#341](https://github.com/apache/cordova-plugin-camera/pull/341) & [#577](https://github.com/apache/cordova-plugin-camera/pull/577)
* [GH-672](https://github.com/apache/cordova-plugin-camera/pull/672) chore: Fix JIRA links in RELEASENOTES.md
* [GH-664](https://github.com/apache/cordova-plugin-camera/pull/664) chore: Update RELEASENOTES
### 5.0.0 (Sep 14, 2020)
* [GH-648](https://github.com/apache/cordova-plugin-camera/pull/648) ci(travis): update osx xcode image

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "cordova-plugin-camera",
"version": "5.0.1-dev",
"version": "5.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "cordova-plugin-camera",
"version": "5.0.1-dev",
"version": "5.0.1",
"description": "Cordova Camera Plugin",
"types": "./types/index.d.ts",
"cordova": {

View File

@ -21,7 +21,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-camera"
version="5.0.1-dev">
version="5.0.1">
<name>Camera</name>
<description>Cordova Camera Plugin</description>
<license>Apache 2.0</license>

View File

@ -1,6 +1,6 @@
{
"name": "cordova-plugin-camera-tests",
"version": "5.0.1-dev",
"version": "5.0.1",
"description": "",
"cordova": {
"id": "cordova-plugin-camera-tests",

View File

@ -22,7 +22,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:rim="http://www.blackberry.com/ns/widgets"
id="cordova-plugin-camera-tests"
version="5.0.1-dev">
version="5.0.1">
<name>Cordova Camera Plugin Tests</name>
<license>Apache 2.0</license>