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

This commit is contained in:
github-actions[bot] 2026-01-20 02:48:15 +00:00
commit a0d2e03f64
3 changed files with 7 additions and 3 deletions

View file

@ -30,6 +30,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
*/
## [Unreleased]
## v3.0.0-alpha.61 - 2026-01-20
## Fixed
- Update the docs page for keyboard shortcuts and corrects the type of the callback parameter for `KeyBinding.Add` by @ndianabasi
- Fix documentation regarding generating custom binding, must use `-d String` instead of `-o String`
## v3.0.0-alpha.60 - 2026-01-14
## Fixed

View file

@ -23,8 +23,6 @@ After processing, the content will be moved to the main changelog and this file
## Fixed
<!-- Bug fixes -->
- Update the docs page for keyboard shortcuts and corrects the type of the callback parameter for `KeyBinding.Add` by @ndianabasi
- Fix documentation regarding generating custom binding, must use `-d String` instead of `-o String`
## Deprecated
<!-- Soon-to-be removed features -->

View file

@ -1 +1 @@
v3.0.0-alpha.60
v3.0.0-alpha.61