From 60bc4542c2ea0f475d4c8d47986bab6f6a7a89b3 Mon Sep 17 00:00:00 2001 From: Jason Green Date: Sat, 30 Mar 2024 11:19:12 +0000 Subject: [PATCH] fix: build missing in 3.0.0 - bump to 3.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 30b1fd1..e673a8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ajv-formats", - "version": "3.0.0", + "version": "3.0.1", "description": "Format validation for Ajv v7+", "main": "dist/index.js", "types": "dist/index.d.ts",