Skip to content

Commit

Permalink
Update CHANGELOG for version 0.1.2 and bump package version in packag…
Browse files Browse the repository at this point in the history
…e.json
  • Loading branch information
sergeyzenchenko committed Jan 13, 2025
1 parent 2a95924 commit f6f7109
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Notes
- Recursive schemas (using `z.lazy()`) are not supported due to Vertex AI schema limitations
- Non-string literals are not supported in this version
- Default values are intentionally ignored in schema conversion
- Default values are intentionally ignored in schema conversion


## [0.1.2] - 2025-01-13

### Added
- Fix imports
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@techery/zod-to-vertex-schema",
"version": "0.1.1",
"version": "0.1.2",
"description": "Convert Zod schemas to Vertex AI/Gemini compatible schemas",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit f6f7109

Please sign in to comment.