Skip to content

Commit

Permalink
📦 Prepare release 2.2.0 (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie authored Jul 14, 2019
1 parent 6f051a0 commit 0566220
Show file tree
Hide file tree
Showing 4 changed files with 9 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.1.0",
"version":"2.2.0",
"author": "Guillaume Grossetie",
"manifest_version":2,

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

== 2.2.0

* Fix inter-document cross references by using `.adoc` as `outfilesuffix` (thanks @jmini)
* Disable the diagram extension by default (can be enabled in options page)
* The Kroki server URL can now be configured in the options page (for instance, you can point to a local instance)

== 2.1.0

* Set built-in attributes docfile, docname and docfilesuffix (thanks @utopalex & @ehmkah)
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.1.0",
"version": "2.2.0",
"engines": {
"node": ">=8.11",
"npm": ">=5.0.0"
Expand Down

0 comments on commit 0566220

Please sign in to comment.