From 13f8d7bb53c1a5fec9bab0f963e349da1199decc Mon Sep 17 00:00:00 2001 From: Sascha Goldhofer Date: Sat, 1 Jul 2023 16:48:12 +0200 Subject: [PATCH] release: bump version to v8.0.0-rc6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0d7b2fe..47917d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "json-schema-library", - "version": "8.0.0-rc5", + "version": "8.0.0-rc6", "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",