From 25d1016b9cc34ace76cdcc72941e721cc2764c1e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 23 Mar 2023 23:59:39 +0000 Subject: [PATCH] chore(release): 2.0.9 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [2.0.9](https://github.com/aviemet/useInertiaForm/compare/v2.0.8...v2.0.9) (2023-03-23) ### Bug Fixes * 🐛 Nested arrays properly renamed, errors properly set ([e2629d9](https://github.com/aviemet/useInertiaForm/commit/e2629d90a315260161ea55efa712d72375d001a6)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a947283..4417867 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.9](https://github.com/aviemet/useInertiaForm/compare/v2.0.8...v2.0.9) (2023-03-23) + + +### Bug Fixes + +* 🐛 Nested arrays properly renamed, errors properly set ([e2629d9](https://github.com/aviemet/useInertiaForm/commit/e2629d90a315260161ea55efa712d72375d001a6)) + ## [2.0.8](https://github.com/aviemet/useInertiaForm/compare/v2.0.7...v2.0.8) (2023-03-23) diff --git a/package.json b/package.json index c61218e..2507ba3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "use-inertia-form", - "version": "2.0.8", + "version": "2.0.9", "description": "Extra functionality for Inertia.js useForm hook", "main": "dist/useInertiaForm.js", "module": "dist/useInertiaForm.esm.js",