From 4dd65447575b35d0187c6b125383366969e6267e Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com> Date: Sun, 7 Nov 2021 19:04:26 +0000 Subject: [PATCH] 3.0.0-rc.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 13e70a2..81c35fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ajv-formats", - "version": "2.1.1", + "version": "3.0.0-rc.0", "description": "Format validation for Ajv v7+", "main": "dist/index.js", "types": "dist/index.d.ts",