Skip to content

Commit

Permalink
chore(release): 1.0.7 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.7](v1.0.6...v1.0.7) (2023-03-14)

### Bug Fixes

* 🐛 Replaces lodash.cloneDeep with js native structuredClone ([347f226](347f226))
  • Loading branch information
semantic-release-bot committed Mar 14, 2023
1 parent 653556e commit e9ccb0e
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 @@
## [1.0.7](https://github.com/aviemet/useInertiaForm/compare/v1.0.6...v1.0.7) (2023-03-14)


### Bug Fixes

* 🐛 Replaces lodash.cloneDeep with js native structuredClone ([347f226](https://github.com/aviemet/useInertiaForm/commit/347f22616f8912033eb8d340b845c5e1992c6648))

## [1.0.6](https://github.com/aviemet/useInertiaForm/compare/v1.0.5...v1.0.6) (2023-03-14)


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": "1.0.6",
"version": "1.0.7",
"description": "Extra functionality for Inertia.js useForm hook",
"main": "dist/useInertiaForm.js",
"module": "dist/useInertiaForm.esm.js",
Expand Down

0 comments on commit e9ccb0e

Please sign in to comment.