Skip to content

Commit 8f8862e

Browse files
authored
Bump v0.1.4 (#15)
1 parent 9c1cdf1 commit 8f8862e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.1.4] - 2025-05-13
11+
12+
## Fixed
13+
- Fixed schema conversion bug when input zod schema is from a different zod version
14+
1015
## [0.1.3] - 2025-05-13
1116

1217
### Added
@@ -17,7 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1722

1823
### Added
1924
- Support enriching data
20-
- Handle nullable instead of optional. This is required for schema in OpenAI models
25+
- Handle nullable instead of optional in schema. This is required for schema in OpenAI models
2126

2227
## [0.1.1] - 2025-05-11
2328

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lightfeed-extract",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
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)