Skip to content

Commit 9bf8b48

Browse files
authored
Bump 0.4.0 (#61)
1 parent b304e63 commit 9bf8b48

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.4.0] - 2026-03-29
11+
- Used playwright instead of patchright
12+
- Upgraded turndown and test data
13+
1014
## [0.3.2] - 2026-03-28
1115
- Used gpt-4.1-mini as default OpenAI model for better perf over gpt-4o-mini
1216

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lightfeed/extractor",
3-
"version": "0.3.2",
3+
"version": "0.4.0",
44
"description": "Use LLMs to robustly extract and enrich structured data from HTML and markdown",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)