Skip to content

Commit 2fedb4e

Browse files
chore(release): set package.json to 3.10.0 [skip ci]
# [3.10.0](v3.9.1...v3.10.0) (2022-12-10) ### Features * [#64](#64) adding tests ([2fd9a1a](2fd9a1a)) * [#64](#64) adjust docs ([0fcf083](0fcf083)) * [#64](#64) allow using elements as keys for addField, removeField etc ([9f7f2e0](9f7f2e0))
1 parent 6fe0a67 commit 2fedb4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "just-validate",
3-
"version": "3.9.1",
3+
"version": "3.10.0",
44
"description": "Modern, simple, lightweight (~5kb gzip) form validation library written in Typescript, with no dependencies (no JQuery!). Support a wide range of predefined rules, async, files, dates validation, custom error messages and styles, localization. Support writing custom rules and plugins.",
55
"scripts": {
66
"lint-md": "remark . --output",

0 commit comments

Comments
 (0)