Skip to content

Commit 791bd3a

Browse files
authored
Merge pull request #24 from echecsjs/release/4.0.2
release: @echecs/uci@4.0.2
2 parents 85dac08 + e01bcef commit 791bd3a

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

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

99
## [Unreleased]
1010

11+
## [4.0.2] - 2026-04-16
12+
13+
### Fixed
14+
15+
- Exported `RegisterOptions` type — consumers can now reference it when wrapping
16+
`register()`
17+
1118
## [4.0.1] - 2026-04-09
1219

1320
### Changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Named types are exported directly from the package:
4848

4949
```typescript
5050
import UCI, { type GoOptions, type Events } from '@echecs/uci';
51-
// Also available: ID, InfoCommand, Option, Score
51+
// Also available: ID, InfoCommand, Option, RegisterOptions, Score
5252
```
5353

5454
## Quick Start

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": "4.0.1"
85+
"version": "4.0.2"
8686
}

0 commit comments

Comments
 (0)