Skip to content

Commit 4577192

Browse files
committed
Update CHANGELOG
1 parent cb2a5d5 commit 4577192

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@
1212

1313
### Pending Fixed
1414

15-
### v14.7.0 - 2025-09-06
15+
### v14.7.1 - 2025-09-07
16+
17+
- :rocket: Export CoTOptions objects from CoT for downstream users
18+
19+
### v14.7.0 - 2025-09-07
1620

1721
- :rocket: Introduce 2525 Augmentation Feature
1822

index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import CoT from './lib/cot.js';
22

3+
export * from './lib/cot.js';
4+
35
export * from './lib/parser.js';
46

57
export * from './lib/types/geojson.js';

0 commit comments

Comments
 (0)