diff --git a/app/manifest.json b/app/manifest.json index 4b47bb92..6d9f9dab 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,6 +1,6 @@ { "name":"Asciidoctor.js Live Preview", - "version":"2.3.1", + "version":"2.4.0", "author": "Guillaume Grossetie", "manifest_version":2, diff --git a/changelog.adoc b/changelog.adoc index 8717c28f..373ab6b1 100644 --- a/changelog.adoc +++ b/changelog.adoc @@ -1,5 +1,10 @@ = Changelog +== 2.4.0 + +* Move the fetch and convert functions in the background script (as the latest version of Chrome 80+ blocks `XMLHttpRequest` sent by the content script) +* Upgrade to MathJax 3.0.1 + == 2.3.1 * Fix Kroki on Firefox (thanks @mbeckerle) diff --git a/package.json b/package.json index 5e01bb53..3e1ea782 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.3.1", + "version": "2.4.0", "engines": { "node": ">=8.11", "npm": ">=5.0.0"