Skip to content

Commit 7e35c43

Browse files
authored
Merge pull request #72 from badrap/changeset-release/main
Version Packages
2 parents 4b0a837 + 03545ee commit 7e35c43

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/orange-berries-refuse.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.4.1
4+
5+
### Patch Changes
6+
7+
- [`4b0a837`](https://github.com/badrap/valita/commit/4b0a837f2db81439f0cd9f6e570c10558895dec8) Thanks [@jviide](https://github.com/jviide)! - Make Optional#type public
8+
39
## 0.4.0
410

511
### Minor 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.4.0",
3+
"version": "0.4.1",
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.4.0",
3+
"version": "0.4.1",
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)