Skip to content

Commit

Permalink
Merge pull request #61 from badrap/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
jviide committed Jul 16, 2024
2 parents 267a65d + a2694b4 commit 6f980c9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/odd-buttons-check.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @badrap/valita

## 0.3.9

### Patch Changes

- [`e452c08`](https://github.com/badrap/valita/commit/e452c088855277740404cdf019790141e55938e3) Thanks [@jviide](https://github.com/jviide)! - Avoid dual package hazard

## 0.3.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@badrap/valita",
"version": "0.3.8",
"version": "0.3.9",
"exports": "./src/index.ts"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@badrap/valita",
"version": "0.3.8",
"version": "0.3.9",
"description": "A validation & parsing library for TypeScript",
"main": "./dist/cjs/index.js",
"module": "./dist/mjs/index.mjs",
Expand Down

0 comments on commit 6f980c9

Please sign in to comment.