Apply Version Updates From Current Changes (#8751)

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-02-03 17:55:13 -03:00 committed by GitHub
parent 584bb5ba66
commit 509e35f209
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 10 additions and 3 deletions

View File

@ -1,6 +1,7 @@
{
"tag": "beta",
"changes": [
".changes/beta.md"
".changes/beta.md",
".changes/fix-process-ipc-message-fn.md"
]
}

View File

@ -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

View File

@ -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"

View File

@ -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"
}