Skip to content

Commit 9c9587c

Browse files
committed
chore(release): raised version to 4.0.0-OS9
1 parent f1c6382 commit 9c9587c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
### [4.0.0-OS9] - 2021-12-07
8+
### Fix
9+
- Removed Swift extensions to compile projects names with non-ascii characters.
10+
711
### [4.0.0-OS8] - 2021-11-04
812
### Fix
913
- New plugin release to include metadata tag in Extensibility Configurations in the OS wrapper

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-inappbrowser",
3-
"version": "4.0.0-OS8",
3+
"version": "4.0.0-OS9",
44
"description": "Cordova InAppBrowser Plugin",
55
"types": "./types/index.d.ts",
66
"cordova": {

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
2222
id="cordova-plugin-inappbrowser"
23-
version="4.0.0-OS8">
23+
version="4.0.0-OS9">
2424

2525
<name>InAppBrowser</name>
2626
<description>Cordova InAppBrowser Plugin</description>

0 commit comments

Comments
 (0)