Skip to content

Commit 9ddc144

Browse files
authored
Bump v0.1.2 (#10)
1 parent 17fb6f4 commit 9ddc144

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.1.2] - 2025-05-12
11+
12+
### Added
13+
- Support enriching data
14+
- Handle nullable instead of optional. This is required for schema in OpenAI models
15+
1016
## [0.1.1] - 2025-05-11
1117

1218
### Added

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "lightfeed-extract",
3-
"version": "0.1.1",
4-
"description": "Use LLMs to robustly extract structured data from HTML and markdown",
3+
"version": "0.1.2",
4+
"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",
77
"files": [

0 commit comments

Comments
 (0)