From 1389736eceea1947f3ca5a380668ee8e13c58e8f Mon Sep 17 00:00:00 2001 From: Sascha Goldhofer Date: Tue, 15 Aug 2023 17:30:25 +0200 Subject: [PATCH] 9.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a45ee668..d51b5527 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "json-schema-library", - "version": "9.0.0", + "version": "9.0.1", "description": "Customizable and hackable json-validator and json-schema utilities for traversal, data generation and validation", "module": "dist/module/index.js", "types": "dist/index.d.ts",