Skip to content

Commit d606649

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

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

.changeset/salty-mice-rush.md

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

CHANGELOG.md

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

3+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
- 5cf4806: - Guard Readability extraction against fragment HTML by reparsing missing `<html>` wrappers, fixing `documentElement` access errors.
8+
- Inline sample article fixtures in tests to avoid Git LFS pointers and keep CI checks working out of the box.
9+
310
## 0.5.0
411

512
### 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.5.0",
3+
"version": "0.5.1",
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)