From 43490027784966fd1a27e57c42f63bdbb1998fb7 Mon Sep 17 00:00:00 2001 From: Guillaume Grossetie Date: Wed, 17 Feb 2021 11:00:50 +0100 Subject: [PATCH] 2.7.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"