Skip to content

Commit 3faa0cd

Browse files
committed
📦 Prepare release 2.5.0
1 parent 03c706c commit 3faa0cd

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-3
lines changed

app/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"Asciidoctor.js Live Preview",
3-
"version":"2.4.0",
3+
"version":"2.5.0",
44
"author": "Guillaume Grossetie",
55
"manifest_version":2,
66

changelog.adoc

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
= Changelog
22

3+
== 2.5.0
4+
5+
* Upgrade Asciidoctor.js from 2.0.3 to 2.1.1
6+
* Show errors thrown by the background script on the page (thanks @doub)
7+
* Catch exceptions thrown by the initial XMLHttpRequest
8+
* Use the `Cache-Control` header to make sure that we fetch the latest version available
9+
* Upgrade Asciidoctor Kroki from 0.4.0 to 0.7.0 with new diagrams: `packetdiag`, `rackdiag`, `vega` and `vegalite`
10+
* Upgrade chartist from 0.11.0 to 0.11.4
11+
* Upgrade bulma from 0.7.5 to 0.8.2
12+
* Update development dependencies
13+
** Bump eslint from 5.16.0 to 6.8.0
14+
** Bump sinon from 8.1.1 to 9.0.2
15+
** Bump browserify from 16.2.3 to 16.5.1
16+
** Bump uglify-js from 3.5.9 to 3.8.1
17+
** Bump archiver from 3.0.0 to 3.1.1
18+
** Bump csso from 3.5.1 to 4.0.3
19+
** Bump mocha from 7.0.1 to 7.1.1
20+
** Bump puppeteer from 1.20.0 to 2.1.1
21+
** Bump standard.js to 14.3.3
22+
* Use GitHub Actions
23+
324
== 2.4.0
425

526
* Move the fetch and convert functions in the background script (as the latest version of Chrome 80+ blocks `XMLHttpRequest` sent by the content script)

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "asciidoctor-browser-extension",
33
"description": "Render AsciiDoc (.ad, .adoc, .asc, .asciidoc) as HTML inside your browser!",
4-
"version": "2.4.0",
4+
"version": "2.5.0",
55
"engines": {
66
"node": ">=8.11",
77
"npm": ">=5.0.0"

0 commit comments

Comments
 (0)