Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
@@ -1,6 +1,7 @@
{
"tag": "beta",
"changes": [
- ".changes/beta.md"
+ ".changes/beta.md",
+ ".changes/fix-process-ipc-message-fn.md"
]
}
@@ -1,5 +1,11 @@
# Changelog
+## \[2.0.0-beta.1]
+
+### Bug Fixes
+- [`863bc9e5`](https://www.github.com/tauri-apps/tauri/commit/863bc9e55f9099207403e34cb5c218231265b2c1)([#8749](https://www.github.com/tauri-apps/tauri/pull/8749)) Fix regression on the JavaScript code that processes the IPC message.
## \[2.0.0-beta.0]
### New Features
@@ -1,6 +1,6 @@
[package]
name = "tauri"
-version = "2.0.0-beta.0"
+version = "2.0.0-beta.1"
description = "Make tiny, secure apps for all desktop platforms with Tauri"
exclude = [ "/test", "/.scripts", "CHANGELOG.md", "/target" ]
readme = "README.md"
@@ -3,7 +3,7 @@
"version": "2.0.0-beta.0",
"node": ">= 10.0.0"
},
- "tauri": "2.0.0-beta.0",
+ "tauri": "2.0.0-beta.1",
"tauri-build": "2.0.0-beta.0",
"tauri-plugin": "2.0.0-beta.0"