From 7571107aca90a17235f49ae4bb203b83b8d34522 Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com> Date: Sun, 28 Mar 2021 09:58:55 +0100 Subject: [PATCH] 2.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 009ade8..e9cd023 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "json-schema-migrate", - "version": "1.1.0", + "version": "2.0.0", "description": "Migrate JSON-Schema to draft-06", "main": "dist/index.js", "scripts": {