Skip to content

Commit

Permalink
Merge pull request #66 from badrap/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
jviide authored Nov 25, 2024
2 parents 92b1e83 + eec73b9 commit f5491e4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-bugs-fail.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.12

### Patch Changes

- [`8aaad50`](https://github.com/badrap/valita/commit/8aaad504c693047b62a1ae5f57d406f4f2f4cad4) Thanks [@jviide](https://github.com/jviide)! - Mark `.optional(() => ...)` as non-experimental and recommend it over the now-deprecated `.default(x)`

## 0.3.11

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

0 comments on commit f5491e4

Please sign in to comment.