chore(v3): bump to v3.0.0-alpha.42 and update changelog [skip ci]

This commit is contained in:
github-actions[bot] 2025-12-10 02:41:47 +00:00
commit f4d1a5db5d
3 changed files with 8 additions and 4 deletions

View file

@ -30,6 +30,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
*/
## [Unreleased]
## v3.0.0-alpha.42 - 2025-12-10
## Added
- Add origin to raw message handler by @APshenkin in [PR](https://github.com/wailsapp/wails/pull/4710)
- Add universal link support for macOS by @APshenkin in [PR](https://github.com/wailsapp/wails/pull/4712)
- Refactor binding transport layer by @APshenkin in [PR](https://github.com/wailsapp/wails/pull/4702)
## v3.0.0-alpha.41 - 2025-11-23
## Fixed

View file

@ -17,9 +17,6 @@ After processing, the content will be moved to the main changelog and this file
## Added
<!-- New features, capabilities, or enhancements -->
- Add origin to raw message handler by @APshenkin in [PR](https://github.com/wailsapp/wails/pull/4710)
- Add universal link support for macOS by @APshenkin in [PR](https://github.com/wailsapp/wails/pull/4712)
- Refactor binding transport layer by @APshenkin in [PR](https://github.com/wailsapp/wails/pull/4702)
## Changed
<!-- Changes in existing functionality -->

View file

@ -1 +1 @@
v3.0.0-alpha.41
v3.0.0-alpha.42