Skip to content

Commit a104ace

Browse files
chore(release): version packages (#5)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9a25c34 commit a104ace

3 files changed

Lines changed: 18 additions & 17 deletions

File tree

.changeset/clever-zoos-judge.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- 9a25c34: Optimize package size and update Node.js requirements
8+
9+
- Reduce npm package size by 82% (570KB → 103KB) by excluding source maps and enabling minification
10+
- Remove unused `turndown` dependency, moving it to devDependencies for benchmarks only
11+
- Update Node.js requirement to >=22 and test matrix to Node 22 and 24
12+
- Fix tsup config TypeScript error in esbuildOptions
13+
- Update all GitHub Actions workflows to use Node.js 24
14+
- Configure package.json to exclude source maps from published package
15+
- Enable minification in production builds while keeping it disabled for watch mode
16+
17+
These changes improve installation speed and reduce disk usage for end users while
18+
maintaining full functionality.
19+
320
## 0.3.0
421

522
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "h2m-parser",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "LLM-ready HTML to Markdown pipeline with Readability, htmlparser2, and post-processing utilities.",
55
"type": "module",
66
"keywords": [

0 commit comments

Comments
 (0)