From 9d8a7af14f10d9c6aec23e66832910698f3c9b70 Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com> Date: Sun, 28 Mar 2021 10:52:03 +0100 Subject: [PATCH] 2.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ca2adef..5564587 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ajv-formats", - "version": "2.0.0", + "version": "2.0.1", "description": "Format validation for Ajv v7+", "main": "dist/index.js", "types": "dist/index.d.ts",