From 2fedb4ea3968ae32fc4a8deadbe9351bf73c9468 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 10 Dec 2022 16:47:54 +0000 Subject: [PATCH] chore(release): set `package.json` to 3.10.0 [skip ci] # [3.10.0](https://github.com/horprogs/Just-validate/compare/v3.9.1...v3.10.0) (2022-12-10) ### Features * [#64](https://github.com/horprogs/Just-validate/issues/64) adding tests ([2fd9a1a](https://github.com/horprogs/Just-validate/commit/2fd9a1a64ce247e15d1d064bde9546fbbd57e0c6)) * [#64](https://github.com/horprogs/Just-validate/issues/64) adjust docs ([0fcf083](https://github.com/horprogs/Just-validate/commit/0fcf083604f37f28a0aa3fe06ca5575303928f6f)) * [#64](https://github.com/horprogs/Just-validate/issues/64) allow using elements as keys for addField, removeField etc ([9f7f2e0](https://github.com/horprogs/Just-validate/commit/9f7f2e0f377cc3e525532e2e54352325a6cdbb62)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1413f43..8adf048 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "just-validate", - "version": "3.9.1", + "version": "3.10.0", "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.", "scripts": { "lint-md": "remark . --output",