Skip to content

Commit

Permalink
v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Oct 28, 2020
1 parent 71b364f commit 943609a
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3](https://github.com/nativescript-community/ui-webview/compare/v1.1.2...v1.1.3) (2020-10-28)


### Bug Fixes

* native webview for faster loading ([35e4360](https://github.com/nativescript-community/ui-webview/commit/35e4360bc86ea2c8aa03191b1fab09048b327b2a))





## [1.1.2](https://github.com/nativescript-community/ui-webview/compare/v1.1.1...v1.1.2) (2020-10-28)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"plugin"
],
"version": "1.1.2",
"version": "1.1.3",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
11 changes: 11 additions & 0 deletions plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3](https://github.com/nativescript-community/ui-webview/compare/v1.1.2...v1.1.3) (2020-10-28)


### Bug Fixes

* native webview for faster loading ([35e4360](https://github.com/nativescript-community/ui-webview/commit/35e4360bc86ea2c8aa03191b1fab09048b327b2a))





## [1.1.2](https://github.com/nativescript-community/ui-webview/compare/v1.1.1...v1.1.2) (2020-10-28)

**Note:** Version bump only for package @nativescript-community/ui-webview
Expand Down
2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/ui-webview",
"version": "1.1.2",
"version": "1.1.3",
"main": "./webview",
"sideEffects": false,
"typings": "./webview.d.ts",
Expand Down

0 comments on commit 943609a

Please sign in to comment.