Skip to content

Commit

Permalink
chore(release): 2.0.14 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.14](v2.0.13...v2.0.14) (2023-03-25)

### Bug Fixes

* 🐛 Properly scopes model attribute in DynamicInputs ([35fb5ff](35fb5ff))
  • Loading branch information
semantic-release-bot committed Mar 25, 2023
1 parent fde9838 commit 482383c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.0.14](https://github.com/aviemet/useInertiaForm/compare/v2.0.13...v2.0.14) (2023-03-25)


### Bug Fixes

* 🐛 Properly scopes model attribute in DynamicInputs ([35fb5ff](https://github.com/aviemet/useInertiaForm/commit/35fb5ffcfddad83e24d2c338195249777d7736a9))

## [2.0.13](https://github.com/aviemet/useInertiaForm/compare/v2.0.12...v2.0.13) (2023-03-24)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "use-inertia-form",
"version": "2.0.13",
"version": "2.0.14",
"description": "Extra functionality for Inertia.js useForm hook",
"main": "dist/useInertiaForm.js",
"module": "dist/useInertiaForm.esm.js",
Expand Down

0 comments on commit 482383c

Please sign in to comment.