Skip to content

Commit f5491e4

Browse files
authored
Merge pull request #66 from badrap/changeset-release/main
Version Packages
2 parents 92b1e83 + eec73b9 commit f5491e4

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/calm-bugs-fail.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @badrap/valita
22

3+
## 0.3.12
4+
5+
### Patch Changes
6+
7+
- [`8aaad50`](https://github.com/badrap/valita/commit/8aaad504c693047b62a1ae5f57d406f4f2f4cad4) Thanks [@jviide](https://github.com/jviide)! - Mark `.optional(() => ...)` as non-experimental and recommend it over the now-deprecated `.default(x)`
8+
39
## 0.3.11
410

511
### Patch Changes

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "@badrap/valita",
3-
"version": "0.3.11",
3+
"version": "0.3.12",
44
"exports": "./src/index.ts"
55
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@badrap/valita",
3-
"version": "0.3.11",
3+
"version": "0.3.12",
44
"description": "A validation & parsing library for TypeScript",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/mjs/index.mjs",

0 commit comments

Comments
 (0)