From 6c63d793f07a369db8894baf9389616639a24dbf Mon Sep 17 00:00:00 2001 From: Guillaume Grossetie Date: Tue, 16 Jun 2020 21:48:12 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Prepare=20release=202.6.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/manifest.json | 2 +- changelog.adoc | 14 ++++++++++---- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 13 insertions(+), 7 deletions(-) diff --git a/app/manifest.json b/app/manifest.json index d42dcfd9..173917a8 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,6 +1,6 @@ { "name": "Asciidoctor.js Live Preview", - "version": "2.6.0.2", + "version": "2.6.1", "author": "Guillaume Grossetie", "manifest_version": 2, "description": "Render AsciiDoc (.ad, .adoc, .asc, .asciidoc) as HTML inside your browser!", diff --git a/changelog.adoc b/changelog.adoc index 228458b0..32b2309a 100644 --- a/changelog.adoc +++ b/changelog.adoc @@ -1,19 +1,25 @@ = Changelog -== 2.6.0 (unreleased) +== Unreleased + +== 2.6.1 (2020-06-16) + +* Do not add the toc2 class if the document has no section - thanks @mnrvwl +* Stop auto reload when the extension has been disabled - thanks @mnrvwl +* Remove the deprecated options_page - thanks @mnrvwl * Upgrade Asciidoctor.js from 2.1.1 to 2.2.0 * Upgrade Asciidoctor Kroki from 0.7.0 to 0.8.1 * Support sidebar toc * Compatibility with Firefox, use the same codebase again! * Remove chartist sourcemap reference * Update development dependencies -** Bump mocha from 7.1.1 to 7.2.0 -** Bump puppeteer from 2.1.1 to 3.1.0 +** Bump mocha from 7.1.1 to 8.0.1 +** Bump puppeteer from 2.1.1 to 3.3.0 ** Bump standard from 14.3.3 to 14.3.4 ** Bump node-sass from 4.14.0 to 4.14.1 ** Bump archiver from 3.1.1 to 4.0.1 -** Bump addons-linter from 1.23.0 to 1.24.0 +** Bump addons-linter from 1.23.0 to 1.25.0 == 2.5.0 (Chrome) diff --git a/package-lock.json b/package-lock.json index 29840167..305e3c88 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "asciidoctor-browser-extension", - "version": "2.6.0-rc.2", + "version": "2.6.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3465b0c8..51a7d02b 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.0-rc.2", + "version": "2.6.1", "engines": { "node": ">=8.11", "npm": ">=5.0.0"