diff --git a/README.adoc b/README.adoc index 91e3e289..c8de20af 100644 --- a/README.adoc +++ b/README.adoc @@ -15,6 +15,10 @@ This project uses https://github.com/asciidoctor/asciidoctor.js[Asciidoctor.js] == Changelog +=== 0.2.4 + * Add highlight.js for syntax highlighting + * Add context menu to send the "browser content" to the Asciidoctor Editor + === 0.2.3 * Auto reload, you don't need to refresh your browser anymore! diff --git a/manifest.json b/manifest.json index cd08558e..4616eb1e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name":"Asciidoctor.js Live Preview", - "version":"0.2.3", + "version":"0.2.4", "manifest_version":2, "description":"Render AsciiDoc (.ad, .adoc, .asc, .asciidoc) as HTML inside Chrome!",