Skip to content

Commit

Permalink
📦 Prepare release 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Apr 13, 2020
1 parent 03c706c commit 3faa0cd
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name":"Asciidoctor.js Live Preview",
"version":"2.4.0",
"version":"2.5.0",
"author": "Guillaume Grossetie",
"manifest_version":2,

Expand Down
21 changes: 21 additions & 0 deletions changelog.adoc
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 3faa0cd

Please sign in to comment.