From 3cf1fc6e9aed6a08764b664799c6c44a17f1dad3 Mon Sep 17 00:00:00 2001 From: Karl Schmaltz Date: Sun, 22 Nov 2020 16:32:51 -0700 Subject: [PATCH] v1.1.4 --- CHANGELOG.md | 8 ++++++++ lerna.json | 2 +- plugin/CHANGELOG.md | 8 ++++++++ plugin/package.json | 2 +- 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8267a2..684a567 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.4](https://github.com/nativescript-community/ui-webview/compare/v1.1.3...v1.1.4) (2020-11-22) + +**Note:** Version bump only for package @nativescript-community/ui-webview + + + + + ## [1.1.3](https://github.com/nativescript-community/ui-webview/compare/v1.1.2...v1.1.3) (2020-10-28) diff --git a/lerna.json b/lerna.json index 8c99b4e..9baa1f6 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "plugin" ], - "version": "1.1.3", + "version": "1.1.4", "command": { "publish": { "conventionalCommits": true diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index 639a641..67f6799 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.4](https://github.com/nativescript-community/ui-webview/compare/v1.1.3...v1.1.4) (2020-11-22) + +**Note:** Version bump only for package @nativescript-community/ui-webview + + + + + ## [1.1.3](https://github.com/nativescript-community/ui-webview/compare/v1.1.2...v1.1.3) (2020-10-28) diff --git a/plugin/package.json b/plugin/package.json index 0066dc7..ba969b4 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-webview", - "version": "1.1.3", + "version": "1.1.4", "description": "Extended WebView which adds many options such as custom scheme handlers, JavaScript execution, URL capturing, and more.", "main": "./webview", "sideEffects": false,