From adf15799d9e1a90b2aa9f9b84136a8d1a082dd43 Mon Sep 17 00:00:00 2001 From: Jesse MacFadyen Date: Thu, 7 May 2020 00:45:53 -0700 Subject: [PATCH] Updated version and RELEASENOTES.md for release (Camera-4.2.0) --- RELEASENOTES.md | 13 +++++++++++++ package.json | 2 +- plugin.xml | 2 +- tests/package.json | 2 +- tests/plugin.xml | 2 +- 5 files changed, 17 insertions(+), 4 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 8045429..f49b39e 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,19 @@ --> # Release Notes +### 4.2.0 (May 07, 2020) +* Cache images in device storage, devices have enough space now. +* docs(readme): app renamed to Google Photos +* chore(asf): update git notification settings +* fix(ios): return copy of video when picking from gallery on **iOS** 13 (#580) +* Update CONTRIBUTING.md +* Fix UI API called on a background thread (#550, #530, #447) (#551) +* ci: updates Node.js versions (#576) +* chore(npm): adds ignore list (#575) +* docs(README): remove confusing comment (#513) +* docs(README): remove orphan **Windows** phone 7 note (#512) +* ImagePicker returning same image (#306) + ### 4.1.0 (Jun 27, 2019) - docs: remove outdated test docs translations ([`06dc38f`](https://github.com/apache/cordova-plugin-camera/commit/06dc38f)) diff --git a/package.json b/package.json index a59cfd3..2a09e0f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-camera", - "version": "4.1.1-dev", + "version": "4.2.0", "description": "Cordova Camera Plugin", "types": "./types/index.d.ts", "cordova": { diff --git a/plugin.xml b/plugin.xml index c0db51b..687493d 100644 --- a/plugin.xml +++ b/plugin.xml @@ -21,7 +21,7 @@ + version="4.2.0"> Camera Cordova Camera Plugin Apache 2.0 diff --git a/tests/package.json b/tests/package.json index e307634..96ed15b 100644 --- a/tests/package.json +++ b/tests/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-camera-tests", - "version": "4.1.1-dev", + "version": "4.2.0", "description": "", "cordova": { "id": "cordova-plugin-camera-tests", diff --git a/tests/plugin.xml b/tests/plugin.xml index bd20149..129de6a 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -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="4.1.1-dev"> + version="4.2.0"> Cordova Camera Plugin Tests Apache 2.0