Skip to content

Commit

Permalink
chore(release): raise to version 4.0.0-OS8
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoappereira committed Nov 4, 2021
1 parent 1368488 commit b67e80f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-inappbrowser"
version="4.0.0-OS7">
version="4.0.0-OS8">

<name>InAppBrowser</name>
<description>Cordova InAppBrowser Plugin</description>
Expand Down

0 comments on commit b67e80f

Please sign in to comment.