From 7265f9db12ac91914746f392cf9264b459e8d8cb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 17 Mar 2023 17:30:19 +0000 Subject: [PATCH] chore(release): 2.0.2 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [2.0.2](https://github.com/aviemet/useInertiaForm/compare/v2.0.1...v2.0.2) (2023-03-17) ### Bug Fixes * 🐛 Fixes reset and clearErrors ([539b39c](https://github.com/aviemet/useInertiaForm/commit/539b39ceb33d8d2bd37da3fd613d48ff17e994e8)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d73ae4..e1aa90c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.2](https://github.com/aviemet/useInertiaForm/compare/v2.0.1...v2.0.2) (2023-03-17) + + +### Bug Fixes + +* 🐛 Fixes reset and clearErrors ([539b39c](https://github.com/aviemet/useInertiaForm/commit/539b39ceb33d8d2bd37da3fd613d48ff17e994e8)) + ## [2.0.1](https://github.com/aviemet/useInertiaForm/compare/v2.0.0...v2.0.1) (2023-03-17) diff --git a/package.json b/package.json index 3d89e6f..586a10e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "use-inertia-form", - "version": "2.0.1", + "version": "2.0.2", "description": "Extra functionality for Inertia.js useForm hook", "main": "dist/useInertiaForm.js", "module": "dist/useInertiaForm.esm.js",