diff --git a/.changeset/huge-onions-lie.md b/.changeset/huge-onions-lie.md deleted file mode 100644 index 7ae9cdbad..000000000 --- a/.changeset/huge-onions-lie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@phantom/react-native-webview': minor ---- - -Added a new prop that allows marking webviews as active or inactive. diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b66661b6..34ecf8ae5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @phantom/react-native-webview +## 1.2.0 + +### Minor Changes + +- 176afdb: Added a new prop that allows marking webviews as active or inactive. + ## 1.1.1 ### Patch Changes diff --git a/package.json b/package.json index 7bd52e016..9cef343fb 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "Napas Udomsak " ], "license": "MIT", - "version": "1.1.1", + "version": "1.2.0", "homepage": "https://github.com/phantom/react-native-webview#readme", "scripts": { "release": "yarn changeset publish",