From be7c62ff622cfa71bc152881554482f96617f979 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 7 Jan 2025 01:04:42 +0000 Subject: [PATCH] chore(release): 4.5.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [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)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60c900a..c564879 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 390daf2..5c2c0c4 100644 --- a/package.json +++ b/package.json @@ -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",