We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d9baab commit a90c773Copy full SHA for a90c773
CHANGELOG.md
@@ -8,6 +8,15 @@ and this project adheres to
8
9
## [Unreleased]
10
11
+## [3.10.1] - 2026-03-17
12
+
13
+### Changed
14
15
+- Build tool replaced with `tsdown`. The published package now ships a single
16
+ bundled, minified `dist/index.js` instead of multiple unbundled files.
17
+ Published package size reduced from ~200KB to ~42KB (79% reduction).
18
+ `dist/grammar.cjs.map` (84KB) is no longer published. Public API unchanged.
19
20
## [3.10.0] - 2026-03-17
21
22
### Added
package.json
@@ -89,5 +89,5 @@
89
},
90
"type": "module",
91
"types": "dist/index.d.ts",
92
- "version": "3.10.0"
+ "version": "3.10.1"
93
}
0 commit comments