Skip to content

Commit 324deb3

Browse files
Merge pull request #24 from gokulakannant/issue-fixes
v2.0.4 Relase preparation
2 parents bd6d384 + db5e8a9 commit 324deb3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ All notable changes to React Form Input Validation APIs will be documented in th
88

99
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1010

11-
## [2.0.3] - 07/08/2020
11+
## [2.0.4] - 07/08/2020
1212

1313
### Fixed
1414

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ The input types button, submit, reset, hidden are exceptional from the above lis
171171

172172
## Versions
173173

174-
Latest Version: 2.0.3. For more versions refer [VERSIONS.md](VERSIONS.md).
174+
Latest Version: 2.0.4. For more versions refer [VERSIONS.md](VERSIONS.md).
175175

176176
## Changelog
177177

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-form-input-validation",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "A validator package to validate the react forms",
55
"main": "./dist/bundle.js",
66
"license": "GPLv3",

0 commit comments

Comments
 (0)