From 3989cde41b0b45e38377f0e5cedced7bbc356beb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Artur=20M=C3=BCller?= Date: Thu, 20 Jun 2024 15:25:01 +0200 Subject: [PATCH] 2.0.0-0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9772ccbf..e034da72 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "superstruct", "description": "A simple and composable way to validate data in JavaScript (and TypeScript).", - "version": "1.0.5-0", + "version": "2.0.0-0", "license": "MIT", "repository": "git://github.com/ianstormtaylor/superstruct.git", "type": "module",