Skip to content

Commit 56a37ca

Browse files
committed
chore: bump version to 3.9.1 and update changelog
1 parent af8647f commit 56a37ca

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ and this project adheres to
88

99
## [Unreleased]
1010

11+
## [3.9.1] - 2026-03-16
12+
13+
### Fixed
14+
15+
- `AnnotationColor` now includes `'C'` (cyan) and `'O'` (orange) in addition to
16+
`'B'`, `'G'`, `'R'`, `'Y'` — matching real-world Lichess and ChessBase
17+
exports. Tokens with these colors were previously silently dropped.
18+
- Empty `[%csl ]` and `[%cal ]` commands (with no token list) are now silently
19+
stripped from the comment text instead of leaking through as raw strings.
20+
1121
## [3.9.0] - 2026-03-16
1222

1323
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,5 @@
8282
},
8383
"type": "module",
8484
"types": "dist/index.d.ts",
85-
"version": "3.9.0"
85+
"version": "3.9.1"
8686
}

0 commit comments

Comments
 (0)