From 3faa0cd1fd27bf4fe94c2359a16dd9b507decd6f Mon Sep 17 00:00:00 2001 From: Guillaume Grossetie Date: Mon, 13 Apr 2020 19:06:26 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Prepare=20release=202.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/manifest.json | 2 +- changelog.adoc | 21 +++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 4 files changed, 24 insertions(+), 3 deletions(-) diff --git a/app/manifest.json b/app/manifest.json index 6d9f9dab..38ecedcd 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,6 +1,6 @@ { "name":"Asciidoctor.js Live Preview", - "version":"2.4.0", + "version":"2.5.0", "author": "Guillaume Grossetie", "manifest_version":2, diff --git a/changelog.adoc b/changelog.adoc index 373ab6b1..c188e4a8 100644 --- a/changelog.adoc +++ b/changelog.adoc @@ -1,5 +1,26 @@ = Changelog +== 2.5.0 + +* Upgrade Asciidoctor.js from 2.0.3 to 2.1.1 +* Show errors thrown by the background script on the page (thanks @doub) +* Catch exceptions thrown by the initial XMLHttpRequest +* Use the `Cache-Control` header to make sure that we fetch the latest version available +* Upgrade Asciidoctor Kroki from 0.4.0 to 0.7.0 with new diagrams: `packetdiag`, `rackdiag`, `vega` and `vegalite` +* Upgrade chartist from 0.11.0 to 0.11.4 +* Upgrade bulma from 0.7.5 to 0.8.2 +* Update development dependencies +** Bump eslint from 5.16.0 to 6.8.0 +** Bump sinon from 8.1.1 to 9.0.2 +** Bump browserify from 16.2.3 to 16.5.1 +** Bump uglify-js from 3.5.9 to 3.8.1 +** Bump archiver from 3.0.0 to 3.1.1 +** Bump csso from 3.5.1 to 4.0.3 +** Bump mocha from 7.0.1 to 7.1.1 +** Bump puppeteer from 1.20.0 to 2.1.1 +** Bump standard.js to 14.3.3 +* Use GitHub Actions + == 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) diff --git a/package-lock.json b/package-lock.json index 7fa3f8c5..ef645ccb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "asciidoctor-browser-extension", - "version": "2.4.0", + "version": "2.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d8d9149a..d3937677 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.4.0", + "version": "2.5.0", "engines": { "node": ">=8.11", "npm": ">=5.0.0"