Skip to content

Commit

Permalink
chore(release): 3.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.1.0](v3.0.2...v3.1.0) (2023-04-05)

### Features

* 🎸 Adds the filter prop ([5331b2b](5331b2b))
  • Loading branch information
semantic-release-bot committed Apr 5, 2023
1 parent 5331b2b commit 55fe582
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 @@
# [3.1.0](https://github.com/aviemet/useInertiaForm/compare/v3.0.2...v3.1.0) (2023-04-05)


### Features

* 🎸 Adds the filter prop ([5331b2b](https://github.com/aviemet/useInertiaForm/commit/5331b2bd189240450114fb588d2181e6ac30a525))

## [3.0.2](https://github.com/aviemet/useInertiaForm/compare/v3.0.1...v3.0.2) (2023-03-31)


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

0 comments on commit 55fe582

Please sign in to comment.