File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v1.15.3] ( https://github.com/k1LoW/deck/compare/v1.15.2...v1.15.3 ) - 2025-08-20
4+ ### Fix bug 🐛
5+ - fix: removal of unnecessary <br > processing by @Songmu in https://github.com/k1LoW/deck/pull/379
6+ ### Other Changes
7+ - ci: make tagpr work with workflow dispatch by @Songmu in https://github.com/k1LoW/deck/pull/381
8+
39## [ v1.15.2] ( https://github.com/k1LoW/deck/compare/v1.15.1...v1.15.2 ) - 2025-08-19
410### Fix bug 🐛
511- fix: correct handling of ` ignore ` outside in non-watch mode. by @k1LoW in https://github.com/k1LoW/deck/pull/378
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package version
22
33const (
44 Name = "deck"
5- Version = "1.15.2 "
5+ Version = "1.15.3 "
66)
77
88var Revision = "HEAD"
You can’t perform that action at this time.
0 commit comments