From 8e527acd78f5f5329fd2932b75a2c24dce48ac48 Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com> Date: Sat, 27 Mar 2021 09:51:25 +0000 Subject: [PATCH] 2.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 748a7eb..e7505ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ajv-formats", - "version": "2.0.0-beta.3", + "version": "2.0.0", "description": "Format validation for Ajv v7+", "main": "dist/index.js", "types": "dist/index.d.ts",