Skip to content

Commit 94bb4af

Browse files
authored
Merge pull request #443 from k1LoW/tagpr-from-v1.21.3
Release for v1.21.4
2 parents 0ac6f54 + 62bb445 commit 94bb4af

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [v1.21.4](https://github.com/k1LoW/deck/compare/v1.21.3...v1.21.4) - 2025-09-07
4+
### Fix bug 🐛
5+
- fix: when slide pages are added or moved, the freeze option does not behave correctly. by @k1LoW in https://github.com/k1LoW/deck/pull/442
6+
37
## [v1.21.3](https://github.com/k1LoW/deck/compare/v1.21.2...v1.21.3) - 2025-09-05
48
### Fix bug 🐛
59
- hide deprecation warning when using `--base` by @yukukotani in https://github.com/k1LoW/deck/pull/439

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package version
22

33
const (
44
Name = "deck"
5-
Version = "1.21.3"
5+
Version = "1.21.4"
66
)
77

88
var Revision = "HEAD"

0 commit comments

Comments
 (0)