diff --git a/CHANGELOG.md b/CHANGELOG.md index b91420f..b833f59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.2] - 2025-05-12 + +### Added +- Support enriching data +- Handle nullable instead of optional. This is required for schema in OpenAI models + ## [0.1.1] - 2025-05-11 ### Added diff --git a/package.json b/package.json index bcbc473..5c0c57d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "lightfeed-extract", - "version": "0.1.1", - "description": "Use LLMs to robustly extract structured data from HTML and markdown", + "version": "0.1.2", + "description": "Use LLMs to robustly extract and enrich structured data from HTML and markdown", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [