Skip to content

Commit 8c691a3

Browse files
committed
Bump version of to-json-schema to v0.2.1
1 parent 8d659c5 commit 8c691a3

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

packages/to-json-schema/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## v0.2.1 (September 30, 2024)
6+
7+
- Fix type export for Deno (pull request #854)
8+
59
## v0.2.0 (September 15, 2024)
610

711
- Add support for `title` action (discussion #826)

packages/to-json-schema/jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "@valibot/to-json-schema",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"exports": "./src/index.ts"
55
}

packages/to-json-schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@valibot/to-json-schema",
33
"description": "The official JSON schema converter for Valibot",
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"license": "MIT",
66
"author": "Fabian Hiller",
77
"homepage": "https://valibot.dev",

0 commit comments

Comments
 (0)