Skip to content

Commit

Permalink
Merge pull request #72 from badrap/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
jviide authored Dec 2, 2024
2 parents 4b0a837 + 03545ee commit 7e35c43
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/orange-berries-refuse.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.4.1

### Patch Changes

- [`4b0a837`](https://github.com/badrap/valita/commit/4b0a837f2db81439f0cd9f6e570c10558895dec8) Thanks [@jviide](https://github.com/jviide)! - Make Optional#type public

## 0.4.0

### Minor 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.4.0",
"version": "0.4.1",
"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.4.0",
"version": "0.4.1",
"description": "A validation & parsing library for TypeScript",
"main": "./dist/cjs/index.js",
"module": "./dist/mjs/index.mjs",
Expand Down

0 comments on commit 7e35c43

Please sign in to comment.