Skip to content

Commit c0cb45f

Browse files
chore: release formgator (#15)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2560f5d commit c0cb45f

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/blue-hats-film.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

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

3+
## 0.0.22
4+
5+
### Patch Changes
6+
7+
- 2560f5d: Improved type-safety of date validators
8+
39
## 0.0.21
410

511
### Patch Changes

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://deno.land/x/deno/cli/schemas/config-file.v1.json",
33
"name": "@gauben/formgator",
4-
"version": "0.0.21",
4+
"version": "0.0.22",
55
"exports": {
66
".": "./src/index.ts",
77
"./sveltekit": "./src/sveltekit/index.ts"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "formgator",
3-
"version": "0.0.21",
3+
"version": "0.0.22",
44
"description": "A validator for FormData and URLSearchParams objects",
55
"keywords": [
66
"form",

0 commit comments

Comments
 (0)