diff --git a/package-lock.json b/package-lock.json index 2e3db12..39e87ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "jsonc-parser", - "version": "2.2.1", + "version": "2.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b1532cd..e73d10a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jsonc-parser", - "version": "2.2.1", + "version": "2.3.0", "description": "Scanner and parser for JSON with comments.", "main": "./lib/umd/main.js", "typings": "./lib/umd/main",