Skip to content

Commit

Permalink
Bump version of to-json-schema to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-hiller committed Sep 14, 2024
1 parent 03a5f58 commit 113719d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/to-json-schema/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to the library will be documented in this file.

## vX.X.X (Month DD, YYYY)
## v0.1.1 (September 14, 2024)

- Fix maximum call stack bug for recursive schemas
- Fix invalid JSON Schema ouput for recursive schemas
Expand Down
2 changes: 1 addition & 1 deletion packages/to-json-schema/jsr.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@valibot/to-json-schema",
"version": "0.1.0",
"version": "0.1.1",
"exports": "./src/index.ts"
}
2 changes: 1 addition & 1 deletion packages/to-json-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@valibot/to-json-schema",
"description": "The official JSON schema converter for Valibot",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"author": "Fabian Hiller",
"homepage": "https://valibot.dev",
Expand Down

0 comments on commit 113719d

Please sign in to comment.