Skip to content

Commit 0e5bebb

Browse files
authored
Merge pull request #77 from badrap/changeset-release/main
Version Packages
2 parents 43b229f + 47a56ad commit 0e5bebb

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/fast-tools-play.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.3
4+
5+
### Patch Changes
6+
7+
- [#76](https://github.com/badrap/valita/pull/76) [`4acc481`](https://github.com/badrap/valita/commit/4acc481afe701fcdfe8be35b6d5b2ce13138c715) Thanks [@jozan](https://github.com/jozan)! - export `ParseOptions` type
8+
39
## 0.4.2
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.4.2",
3+
"version": "0.4.3",
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.2",
3+
"version": "0.4.3",
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)