Skip to content

Commit 6f980c9

Browse files
authored
Merge pull request #61 from badrap/changeset-release/main
Version Packages
2 parents 267a65d + a2694b4 commit 6f980c9

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/odd-buttons-check.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.9
4+
5+
### Patch Changes
6+
7+
- [`e452c08`](https://github.com/badrap/valita/commit/e452c088855277740404cdf019790141e55938e3) Thanks [@jviide](https://github.com/jviide)! - Avoid dual package hazard
8+
39
## 0.3.8
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.8",
3+
"version": "0.3.9",
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.8",
3+
"version": "0.3.9",
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)