Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [v0.23.2](https://github.com/k1LoW/mo/compare/v0.23.1...v0.23.2) - 2026-03-31
### Fix bug 🐛
- feat: add smooth scroll for footnote references by @k1LoW in https://github.com/k1LoW/mo/pull/156

## [v0.23.1](https://github.com/k1LoW/mo/compare/v0.23.0...v0.23.1) - 2026-03-28
### Other Changes
- fix: open sidebar when search is activated by @k1LoW in https://github.com/k1LoW/mo/pull/152
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package version

const (
Name = "mo"
Version = "0.23.1" //nostyle:repetition
Version = "0.23.2" //nostyle:repetition
)

var Revision = "HEAD"