Skip to content

Commit

Permalink
📦 Prepare release 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Jun 16, 2020
1 parent 059ef95 commit 6c63d79
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 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.6.0.2",
"version": "2.6.1",
"author": "Guillaume Grossetie",
"manifest_version": 2,
"description": "Render AsciiDoc (.ad, .adoc, .asc, .asciidoc) as HTML inside your browser!",
Expand Down
14 changes: 10 additions & 4 deletions changelog.adoc
Original file line number Diff line number Diff line change
@@ -1,19 +1,25 @@
= Changelog

== 2.6.0 (unreleased)
== Unreleased


== 2.6.1 (2020-06-16)

* Do not add the toc2 class if the document has no section - thanks @mnrvwl
* Stop auto reload when the extension has been disabled - thanks @mnrvwl
* Remove the deprecated options_page - thanks @mnrvwl
* 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 mocha from 7.1.1 to 8.0.1
** Bump puppeteer from 2.1.1 to 3.3.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
** Bump addons-linter from 1.23.0 to 1.25.0

== 2.5.0 (Chrome)

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.6.0-rc.2",
"version": "2.6.1",
"engines": {
"node": ">=8.11",
"npm": ">=5.0.0"
Expand Down

0 comments on commit 6c63d79

Please sign in to comment.