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

This commit is contained in:
github-actions[bot] 2025-12-27 02:40:47 +00:00
commit 9ebdf229bb
3 changed files with 10 additions and 4 deletions

View file

@ -30,6 +30,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
*/
## [Unreleased]
## v3.0.0-alpha.53 - 2025-12-27
## Added
- Add unit tests for pkg/application by @leaanthony
- Add custom protocol support to MSIX packaging by @leaanthony
## Fixed
- Consolidate custom protocol documentation and add Universal Links sections by @leaanthony
## v3.0.0-alpha.52 - 2025-12-26
## Fixed

View file

@ -17,15 +17,12 @@ After processing, the content will be moved to the main changelog and this file
## Added
<!-- New features, capabilities, or enhancements -->
- Add unit tests for pkg/application by @leaanthony
- Add custom protocol support to MSIX packaging by @leaanthony
## Changed
<!-- Changes in existing functionality -->
## Fixed
<!-- Bug fixes -->
- Consolidate custom protocol documentation and add Universal Links sections by @leaanthony
## Deprecated
<!-- Soon-to-be removed features -->

View file

@ -1 +1 @@
v3.0.0-alpha.52
v3.0.0-alpha.53