Skip to content

Commit

Permalink
chore(release): 2.0.4 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.4](v2.0.3...v2.0.4) (2023-03-20)

### Bug Fixes

* 🐛 Improves typing, memoizes useForm return values ([05a3237](05a3237))
  • Loading branch information
semantic-release-bot committed Mar 20, 2023
1 parent 66d7057 commit e837d4e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.0.4](https://github.com/aviemet/useInertiaForm/compare/v2.0.3...v2.0.4) (2023-03-20)


### Bug Fixes

* 🐛 Improves typing, memoizes useForm return values ([05a3237](https://github.com/aviemet/useInertiaForm/commit/05a3237272d325f015a320192d1374127cfcb11b))

## [2.0.3](https://github.com/aviemet/useInertiaForm/compare/v2.0.2...v2.0.3) (2023-03-18)


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": "use-inertia-form",
"version": "2.0.3",
"version": "2.0.4",
"description": "Extra functionality for Inertia.js useForm hook",
"main": "dist/useInertiaForm.js",
"module": "dist/useInertiaForm.esm.js",
Expand Down

0 comments on commit e837d4e

Please sign in to comment.