diff --git a/docs/src/content/docs/changelog.mdx b/docs/src/content/docs/changelog.mdx index a1d57f665..6531af533 100644 --- a/docs/src/content/docs/changelog.mdx +++ b/docs/src/content/docs/changelog.mdx @@ -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 diff --git a/v3/UNRELEASED_CHANGELOG.md b/v3/UNRELEASED_CHANGELOG.md index a9ee2e29d..8e4648038 100644 --- a/v3/UNRELEASED_CHANGELOG.md +++ b/v3/UNRELEASED_CHANGELOG.md @@ -23,8 +23,6 @@ After processing, the content will be moved to the main changelog and this file ## 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` ## Deprecated diff --git a/v3/internal/version/version.txt b/v3/internal/version/version.txt index 1ff0a688f..9b52e2a36 100644 --- a/v3/internal/version/version.txt +++ b/v3/internal/version/version.txt @@ -1 +1 @@ -v3.0.0-alpha.60 \ No newline at end of file +v3.0.0-alpha.61 \ No newline at end of file