diff --git a/CHANGELOG.md b/CHANGELOG.md index d154f5b..46d9665 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [v1.24.1](https://github.com/k1LoW/deck/compare/v1.24.0...v1.24.1) - 2026-07-07 + +### Fix bug 🐛 +- fix: preserve frozen slides when slide count changes by @k1LoW in https://github.com/k1LoW/deck/pull/537 +### Other Changes +- chore(deps): bump the dependencies group with 2 updates by @dependabot[bot] in https://github.com/k1LoW/deck/pull/530 +- chore(deps): bump the dependencies group with 2 updates by @dependabot[bot] in https://github.com/k1LoW/deck/pull/533 +- chore(deps): bump the dependencies group across 1 directory with 2 updates by @dependabot[bot] in https://github.com/k1LoW/deck/pull/536 +- chore(deps): bump the dependencies group across 1 directory with 4 updates by @dependabot[bot] in https://github.com/k1LoW/deck/pull/535 + ## [v1.24.0](https://github.com/k1LoW/deck/compare/v1.23.1...v1.24.0) - 2026-06-01 ### New Features 🎉 - feat: reserve "key" field in page configuration for stable slide referencing by @k1LoW in https://github.com/k1LoW/deck/pull/527 diff --git a/version/version.go b/version/version.go index 0b659ce..7419f45 100644 --- a/version/version.go +++ b/version/version.go @@ -2,7 +2,7 @@ package version const ( Name = "deck" - Version = "1.24.0" + Version = "1.24.1" ) var Revision = "HEAD"