diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b47943..e82badf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.3.2](https://github.com/aviemet/useInertiaForm/compare/v3.3.1...v3.3.2) (2023-12-16) + + +### Bug Fixes + +* 🐛 Changes default form data type to NestedObject ([c7690f9](https://github.com/aviemet/useInertiaForm/commit/c7690f91fb659f74407a0773f54b4c029c650d88)) + ## [3.3.1](https://github.com/aviemet/useInertiaForm/compare/v3.3.0...v3.3.1) (2023-12-16) diff --git a/package.json b/package.json index ee47317..3ff9ad9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "use-inertia-form", - "version": "3.3.1", + "version": "3.3.2", "description": "Extra functionality for Inertia.js useForm hook", "main": "dist/useInertiaForm.js", "cjs": "dist/useInertiaForm.cjs",