Skip to content

Commit 22d4efb

Browse files
committed
Bump version to v0.8.0 and update changelog
1 parent 90ab83a commit 22d4efb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to the library will be documented in this file.
44

5-
## vX.X.X (Month DD, YYYY)
5+
## v0.8.0 (July 31, 2023)
66

77
- Fix infered `object` and `record` types (issue #9, #10, #34)
88
- Add `strict` and `strictAsync` method to detect unknown object keys

library/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "valibot",
33
"description": "The modular and TypeScript-first schema library",
4-
"version": "0.7.0",
4+
"version": "0.8.0",
55
"license": "MIT",
66
"author": "Fabian Hiller",
77
"homepage": "https://valibot.dev",

0 commit comments

Comments
 (0)