diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a03bc4..d620ea5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.7.0](https://github.com/aviemet/useInertiaForm/compare/v3.6.0...v3.7.0) (2024-05-03) + + +### Features + +* **input:** makes Input more extensible ([406e6c6](https://github.com/aviemet/useInertiaForm/commit/406e6c69947b90347d70854f293ba652339e987f)) + # [3.6.0](https://github.com/aviemet/useInertiaForm/compare/v3.5.0...v3.6.0) (2024-05-02) diff --git a/package.json b/package.json index d4e7584..e1af381 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "use-inertia-form", - "version": "3.6.0", + "version": "3.7.0", "description": "Extra functionality for Inertia.js useForm hook", "main": "dist/useInertiaForm.js", "cjs": "dist/useInertiaForm.cjs",