Skip to content

Commit

Permalink
chore(release): 4.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.2.0](v4.1.0...v4.2.0) (2024-05-27)

### Bug Fixes

* 🐛 Fixes potential circular object ([128bb0c](128bb0c))
* 🐛 Updates types ([cf1c777](cf1c777))

### Features

* 🎸 Builds data object from useInertiaInput ([fa74815](fa74815))
  • Loading branch information
semantic-release-bot committed May 27, 2024
1 parent c28a60e commit 12a0f19
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [4.2.0](https://github.com/aviemet/useInertiaForm/compare/v4.1.0...v4.2.0) (2024-05-27)


### Bug Fixes

* 🐛 Fixes potential circular object ([128bb0c](https://github.com/aviemet/useInertiaForm/commit/128bb0cc56357fd43c0fd6973f2370a165c13aae))
* 🐛 Updates types ([cf1c777](https://github.com/aviemet/useInertiaForm/commit/cf1c77747ba0ae2594b3991d6238bfa67e568f8d))


### Features

* 🎸 Builds data object from useInertiaInput ([fa74815](https://github.com/aviemet/useInertiaForm/commit/fa7481559d3b69ffda4e2167f6945f6492b98658))

# [4.1.0](https://github.com/aviemet/useInertiaForm/compare/v4.0.0...v4.1.0) (2024-05-23)


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": "4.1.0",
"version": "4.2.0",
"description": "Extra functionality for Inertia.js useForm hook",
"main": "dist/useInertiaForm.js",
"cjs": "dist/useInertiaForm.cjs",
Expand Down

0 comments on commit 12a0f19

Please sign in to comment.