Skip to content

Commit 6e5a33d

Browse files
committed
Bump version to v0.9.0 and update changelog
1 parent 19cd851 commit 6e5a33d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

library/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

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

5+
## v0.9.0 (August 04, 2023)
6+
7+
- Add `imei` validation and `isLuhnAlgo` util (pull request #37)
8+
- Fix `isoDateTime`, `isoTime`, `isoTimeSecond` and `isoTimestamp` validation (pull request #42)
9+
510
## v0.8.0 (July 31, 2023)
611

712
- Fix infered `object` and `record` types (issue #9, #10, #34)

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.8.0",
4+
"version": "0.9.0",
55
"license": "MIT",
66
"author": "Fabian Hiller",
77
"homepage": "https://valibot.dev",

0 commit comments

Comments
 (0)