Skip to content

Commit b1004b1

Browse files
committed
docs: Update changelog and version
1 parent b3f6a0b commit b1004b1

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v0.2.0 (26-02-2024)
2+
3+
**Breaking Changes:**
4+
- Renamed `validateInput` attribute to `validateTextInput` attribute
5+
6+
**Added:**
7+
- Added `validateFileInput` attribute for validating user file inputs (uploads)
8+
19
## v0.1.1 (14-11-2024)
210

311
**Added:**

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.1",
16+
"version": "0.2.0",
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)