diff --git a/.changes/windows-double-init-script.md b/.changes/windows-double-init-script.md deleted file mode 100644 index 74027229f..000000000 --- a/.changes/windows-double-init-script.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wry": "patch" ---- - -Fix initialization scripts running twice on Windows. diff --git a/CHANGELOG.md b/CHANGELOG.md index defa30981..729cc20fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.47.1] + +- [`59c1eef`](https://github.com/tauri-apps/wry/commit/59c1eef0805ecbb1f70a7c78578ff4e03b09a204) ([#1418](https://github.com/tauri-apps/wry/pull/1418) by [@amrbashir](https://github.com/tauri-apps/wry/../../amrbashir)) Fix initialization scripts running twice on Windows. + ## \[0.47.0] - [`7221256`](https://github.com/tauri-apps/wry/commit/72212568cb4d815463fc035969f9cac60fe28ba6) ([#1365](https://github.com/tauri-apps/wry/pull/1365) by [@Norbiros](https://github.com/tauri-apps/wry/../../Norbiros)) Add `WebViewBuilder::with_initialization_script_for_main_only` to enable injecting JavaScript code into main frame only or all subframes. diff --git a/Cargo.toml b/Cargo.toml index 072519f15..48d4c3fec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ workspace = {} [package] name = "wry" -version = "0.47.0" +version = "0.47.1" authors = ["Tauri Programme within The Commons Conservancy"] edition = "2021" license = "Apache-2.0 OR MIT"