diff --git a/package-lock.json b/package-lock.json index 7bcf3adb..8aa6d103 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "asciidoctor-browser-extension", - "version": "2.6.1", + "version": "2.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "2.6.1", + "version": "2.7.0", "license": "MIT", "devDependencies": { "@asciidoctor/core": "2.2.1", diff --git a/package.json b/package.json index ae93114f..1c0cd451 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "asciidoctor-browser-extension", "description": "Render AsciiDoc (.ad, .adoc, .asc, .asciidoc) as HTML inside your browser!", - "version": "2.6.1", + "version": "2.7.0", "engines": { "node": ">=14", "npm": ">=6.0.0"