Skip to content

Commit 14edc9c

Browse files
committed
docs: Update changelog and version
1 parent e3080be commit 14edc9c

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## v0.1.1 (14-11-2024)
2+
3+
**Added:**
4+
- Added default values to all properties within input validation result
5+
6+
## v0.1.0 (14-11-2024)
7+
8+
**Added:**
9+
- Initial Release

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"files": [
1414
"./dist"
1515
],
16-
"version": "0.1.0",
16+
"version": "0.1.1",
1717
"description": "A lightweight plugin to validate user input with visual feedbacks in React ChatBotify!",
1818
"type": "module",
1919
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)