diff --git a/package-lock.json b/package-lock.json index 7503c70..11e955e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "json-schema-merge-allof", - "version": "0.5.8", + "version": "0.6.0", "lockfileVersion": 1, "dependencies": { "acorn": { diff --git a/package.json b/package.json index eda27d3..1c1eb22 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "json-schema-merge-allof", - "version": "0.5.8", + "version": "0.6.0", "description": "Simplify your schema by combining allOf into the root schema, safely.", "main": "src/index.js", "scripts": {