From 99c5aa89ec4adb0044a00434d75662967fd0c770 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 18 May 2022 19:09:26 +0000 Subject: [PATCH] chore(release): set `package.json` to 3.8.0 [skip ci] # [3.8.0](https://github.com/horprogs/Just-validate/compare/v3.7.0...v3.8.0) (2022-05-18) ### Features * [#66](https://github.com/horprogs/Just-validate/issues/66) add showSuccessLabels method ([9933a93](https://github.com/horprogs/Just-validate/commit/9933a93f2921c3dfbb2fcc471557f4819185c81a)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eedbadb..73a802f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "just-validate", - "version": "3.7.0", + "version": "3.8.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",