Skip to content

Commit 37c3343

Browse files
committed
chore(release): 5.0.1
1 parent 02dc746 commit 37c3343

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [5.0.1](https://github.com/balavishnuvj/react-hooks-form-validator/compare/v5.0.0...v5.0.1) (2022-06-15)
6+
57
## [5.0.0](https://github.com/balavishnuvj/react-hooks-form-validator/compare/v3.1.0...v5.0.0) (2022-06-15)
68

79

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-hooks-form-validator",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "One react hook for all your form validations",
55
"main": "index.js",
66
"scripts": {
@@ -15,7 +15,8 @@
1515
"test": "jest"
1616
},
1717
"files": [
18-
"dist/*"
18+
"dist/*",
19+
"src/*"
1920
],
2021
"repository": "https://github.com/balavishnuvj/react-hooks-form-validator.git",
2122
"homepage": "https://github.com/balavishnuvj/react-hooks-form-validator",

0 commit comments

Comments
 (0)