Skip to content

Commit 5cf47e1

Browse files
chore: release v0.4.2
1 parent 82bf27e commit 5cf47e1

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
11

2+
## v0.4.1...main
3+
4+
[compare changes](https://github.com/stacksjs/ts-validation/compare/v0.4.1...main)
5+
6+
### 🚀 Enhancements
7+
8+
- Implement message provider ([4d5dfa8](https://github.com/stacksjs/ts-validation/commit/4d5dfa8))
9+
10+
### 🏡 Chore
11+
12+
- Implement custom messagaes ([65590b5](https://github.com/stacksjs/ts-validation/commit/65590b5))
13+
- Implement schema object ([1ddca25](https://github.com/stacksjs/ts-validation/commit/1ddca25))
14+
- Remove optional message ([d171f15](https://github.com/stacksjs/ts-validation/commit/d171f15))
15+
- Test cases ([82bf27e](https://github.com/stacksjs/ts-validation/commit/82bf27e))
16+
17+
### ❤️ Contributors
18+
19+
- Glennmichael123 ([@glennmichael123](https://github.com/glennmichael123))
20+
221
## v0.4.0...main
322

423
[compare changes](https://github.com/stacksjs/ts-validation/compare/v0.4.0...main)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/ts-validation",
33
"type": "module",
4-
"version": "0.4.1",
4+
"version": "0.4.2",
55
"description": "A simple TypeScript starter kit using Bun.",
66
"author": "Chris Breuer <[email protected]>",
77
"license": "MIT",

0 commit comments

Comments
 (0)