Skip to content

Commit a90c773

Browse files
committed
chore: bump version to 3.10.1 and update changelog
1 parent 6d9baab commit a90c773

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

99
## [Unreleased]
1010

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+
1120
## [3.10.0] - 2026-03-17
1221

1322
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,5 @@
8989
},
9090
"type": "module",
9191
"types": "dist/index.d.ts",
92-
"version": "3.10.0"
92+
"version": "3.10.1"
9393
}

0 commit comments

Comments
 (0)