From b8dadd02bea16d455aee4a822d2817aaeac8de22 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 14 Apr 2024 21:24:49 +0000 Subject: [PATCH] chore(release): 3.4.0 [skip ci] # [3.4.0](https://github.com/aviemet/useInertiaForm/compare/v3.3.3...v3.4.0) (2024-04-14) ### Features * removeInput returns the removed record ([#16](https://github.com/aviemet/useInertiaForm/issues/16)) ([b4ac146](https://github.com/aviemet/useInertiaForm/commit/b4ac146d8e543a4a631c541afda53c9ca65b97ef)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13df25f..a17b873 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.4.0](https://github.com/aviemet/useInertiaForm/compare/v3.3.3...v3.4.0) (2024-04-14) + + +### Features + +* removeInput returns the removed record ([#16](https://github.com/aviemet/useInertiaForm/issues/16)) ([b4ac146](https://github.com/aviemet/useInertiaForm/commit/b4ac146d8e543a4a631c541afda53c9ca65b97ef)) + ## [3.3.3](https://github.com/aviemet/useInertiaForm/compare/v3.3.2...v3.3.3) (2024-02-01) diff --git a/package.json b/package.json index 44d7263..20a21a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "use-inertia-form", - "version": "3.3.3", + "version": "3.4.0", "description": "Extra functionality for Inertia.js useForm hook", "main": "dist/useInertiaForm.js", "cjs": "dist/useInertiaForm.cjs",