diff --git a/.changeset/happy-snails-sleep.md b/.changeset/happy-snails-sleep.md deleted file mode 100644 index 0ce471395..000000000 --- a/.changeset/happy-snails-sleep.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@phantom/react-native-webview': patch ---- - -Prevent showing beforeunload event alerts and always allow proceeding diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cd3f12c8..cddd0e0a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @phantom/react-native-webview +## 1.2.2 + +### Patch Changes + +- c71924c: Prevent showing beforeunload event alerts and always allow proceeding + ## 1.2.1 ### Patch Changes diff --git a/package.json b/package.json index b35d7a0fd..bc4388f0a 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "Napas Udomsak " ], "license": "MIT", - "version": "1.2.1", + "version": "1.2.2", "homepage": "https://github.com/phantom/react-native-webview#readme", "scripts": { "release": "yarn changeset publish",