From 46b346f51235043fa1dd7855f5887ae100f9a055 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 28 Jan 2022 18:03:20 +0000 Subject: [PATCH] chore(release): set `package.json` to 3.3.4 [skip ci] ## [3.3.4](https://github.com/horprogs/Just-validate/compare/v3.3.3...v3.3.4) (2022-01-28) ### Bug Fixes * add field method ([#44](https://github.com/horprogs/Just-validate/issues/44)) ([5e0777d](https://github.com/horprogs/Just-validate/commit/5e0777daabbd96d3de85ac10c9732dc753661fd3)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eea95d0..1ea27f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "just-validate", - "version": "3.3.3", + "version": "3.3.4", "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",