We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb2a5d5 commit 4577192Copy full SHA for 4577192
2 files changed
CHANGELOG.md
@@ -12,7 +12,11 @@
12
13
### Pending Fixed
14
15
-### v14.7.0 - 2025-09-06
+### 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
20
21
- :rocket: Introduce 2525 Augmentation Feature
22
index.ts
@@ -1,5 +1,7 @@
1
import CoT from './lib/cot.js';
2
3
+export * from './lib/cot.js';
4
5
export * from './lib/parser.js';
6
7
export * from './lib/types/geojson.js';
0 commit comments