Skip to content

Commit 1e85e8b

Browse files
committed
Bump version of to-json-schema to 1.2.0
1 parent deb258f commit 1e85e8b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/to-json-schema/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
## vX.X.X (Month DD, YYYY)
5+
## v1.2.0 (May 17, 2025)
66

77
- Add support for title, description and examples in `metadata` action (pull request #1189)
88
- Add new override configurations to override default behaviour of JSON Schema conversion (pull request #1197)

packages/to-json-schema/jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@valibot/to-json-schema",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"exports": "./src/index.ts",
55
"publish": {
66
"include": ["src/**/*.ts", "README.md"],

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": "1.1.0",
4+
"version": "1.2.0",
55
"license": "MIT",
66
"author": "Fabian Hiller",
77
"homepage": "https://valibot.dev",

0 commit comments

Comments
 (0)