Skip to content

Commit 4491dcf

Browse files
authored
Merge pull request #74 from badrap/changeset-release/main
Version Packages
2 parents 6e8d36e + ed2f4d2 commit 4491dcf

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/fast-pens-bake.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.2
4+
5+
### Patch Changes
6+
7+
- [`c648586`](https://github.com/badrap/valita/commit/c6485866829a9f235d7bb6e790cb721a0a321c1a) Thanks [@jviide](https://github.com/jviide)! - Include an array of sub-issues in "invalid_union" issues
8+
39
## 0.4.1
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.1",
3+
"version": "0.4.2",
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.1",
3+
"version": "0.4.2",
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)