From b67e80fc5c8125af15e072bc1f4b55a65cd5794f Mon Sep 17 00:00:00 2001 From: Tiago Pereira Date: Thu, 4 Nov 2021 09:06:09 +0000 Subject: [PATCH] chore(release): raise to version 4.0.0-OS8 --- CHANGELOG.md | 4 ++++ package.json | 2 +- plugin.xml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3881b4d4f..c5e0f640a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### [4.0.0-OS8] - 2021-11-04 +### Fix +- New plugin release to include metadata tag in Extensibility Configurations in the OS wrapper + ### [4.0.0-OS7] - 2021-09-16 ### Fix - Removed code that is only used in iOS 11 and older [RPM-1453](https://outsystemsrd.atlassian.net/browse/RPM-1453) diff --git a/package.json b/package.json index cb6caf086..5c75cd715 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-inappbrowser", - "version": "4.0.0-OS7", + "version": "4.0.0-OS8", "description": "Cordova InAppBrowser Plugin", "types": "./types/index.d.ts", "cordova": { diff --git a/plugin.xml b/plugin.xml index 9c537e5cc..c6943a41b 100644 --- a/plugin.xml +++ b/plugin.xml @@ -20,7 +20,7 @@ + version="4.0.0-OS8"> InAppBrowser Cordova InAppBrowser Plugin