diff --git a/CHANGELOG.md b/CHANGELOG.md index 684a567..8a73dee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.5](https://github.com/nativescript-community/ui-webview/compare/v1.1.4...v1.1.5) (2020-11-23) + + +### Bug Fixes + +* import fix ([967b38c](https://github.com/nativescript-community/ui-webview/commit/967b38c15fbce5f6a742e5204f46f246348cd2d1)) + + + + + ## [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 diff --git a/lerna.json b/lerna.json index 9baa1f6..38437e3 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "plugin" ], - "version": "1.1.4", + "version": "1.1.5", "command": { "publish": { "conventionalCommits": true diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index 67f6799..d8359ef 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.5](https://github.com/nativescript-community/ui-webview/compare/v1.1.4...v1.1.5) (2020-11-23) + +**Note:** Version bump only for package @nativescript-community/ui-webview + + + + + ## [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 diff --git a/plugin/package.json b/plugin/package.json index ba969b4..785f253 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-webview", - "version": "1.1.4", + "version": "1.1.5", "description": "Extended WebView which adds many options such as custom scheme handlers, JavaScript execution, URL capturing, and more.", "main": "./webview", "sideEffects": false,