Skip to content

Commit

Permalink
chore: release formgator (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 23, 2024
1 parent 73d27ef commit 43930b9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/famous-grapes-sin.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 @@
# formgator

## 0.0.20

### Patch Changes

- 73d27ef: Fixed sveltekit types

## 0.0.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://deno.land/x/deno/cli/schemas/config-file.v1.json",
"name": "@gauben/formgator",
"version": "0.0.19",
"version": "0.0.20",
"exports": {
".": "./src/index.ts",
"./sveltekit": "./src/sveltekit/index.ts"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "formgator",
"version": "0.0.19",
"version": "0.0.20",
"description": "A validator for FormData and URLSearchParams objects",
"keywords": [
"form",
Expand Down

0 comments on commit 43930b9

Please sign in to comment.