Skip to content

Commit

Permalink
Release: 1.7.0
Browse files Browse the repository at this point in the history
## [1.7.0](v1.6.0...v1.7.0) (2023-12-17)

### Features

* **form:** add support for Zod in the DefaultValidator ([4414fc2](4414fc2))
  • Loading branch information
semantic-release-bot committed Dec 17, 2023
1 parent 5ba3ccb commit f62b196
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## [1.7.0](https://github.com/ysfaran/react-fluent-form/compare/v1.6.0...v1.7.0) (2023-12-17)


### Features

* **form:** add support for Zod in the DefaultValidator ([4414fc2](https://github.com/ysfaran/react-fluent-form/commit/4414fc2c75238c09deb128ebef7a25e41cdf32f1))

## [1.6.0](https://github.com/ysfaran/react-fluent-form/compare/v1.5.4...v1.6.0) (2021-11-07)

### Features
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-fluent-form",
"version": "1.6.0",
"version": "1.7.0",
"description": "Describe your forms fluently",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit f62b196

Please sign in to comment.