Skip to content

Commit

Permalink
📦 Prepare release 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed May 30, 2020
1 parent 791b31c commit ac31ad2
Show file tree
Hide file tree
Showing 4 changed files with 18 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.5.0",
"version":"2.6.0",
"author": "Guillaume Grossetie",
"manifest_version":2,

Expand Down
15 changes: 15 additions & 0 deletions changelog.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
= Changelog

== 2.6.0 (unreleased)

* 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 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

== 2.5.0 (Chrome)

* Upgrade Asciidoctor.js from 2.0.3 to 2.1.1
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.5.0",
"version": "2.6.0",
"engines": {
"node": ">=8.11",
"npm": ">=5.0.0"
Expand Down

0 comments on commit ac31ad2

Please sign in to comment.