Skip to content

Commit

Permalink
chore(release): 4.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.5.0](v4.4.0...v4.5.0) (2025-01-07)

### Features

* 🎸 fixes support for async form submission ([23b162e](23b162e))
* fixes async submit not applying transofmration or attributes rewrites ([5113126](5113126))
  • Loading branch information
semantic-release-bot committed Jan 7, 2025
1 parent e60aad0 commit be7c62f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [4.5.0](https://github.com/aviemet/useInertiaForm/compare/v4.4.0...v4.5.0) (2025-01-07)


### Features

* 🎸 fixes support for async form submission ([23b162e](https://github.com/aviemet/useInertiaForm/commit/23b162e0a28fdd2a4652cd6c91809c67c555fb9e))
* fixes async submit not applying transofmration or attributes rewrites ([5113126](https://github.com/aviemet/useInertiaForm/commit/5113126b3d6b3d95c6278be9b9057dc774fdf6cc))

# [4.4.0](https://github.com/aviemet/useInertiaForm/compare/v4.3.3...v4.4.0) (2025-01-03)


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

0 comments on commit be7c62f

Please sign in to comment.