From 5258c1945ed114a4ef69c2619343c48ecfbf9bc7 Mon Sep 17 00:00:00 2001 From: smikhalevski Date: Fri, 17 Mar 2023 01:48:05 +0300 Subject: [PATCH] 2.1.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index edf4fcb5..7b328dab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "doubter", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "doubter", - "version": "2.0.0", + "version": "2.1.0", "license": "MIT", "devDependencies": { "@badrap/valita": "^0.2.0", diff --git a/package.json b/package.json index 35a188c5..4228ea73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "doubter", - "version": "2.0.0", + "version": "2.1.0", "description": "No-hassle runtime validation and transformation library.", "main": "./lib/index.js", "module": "./lib/index.mjs",