Skip to content

Commit 3d24b54

Browse files
committed
📦 Prepare release 2.4.1
1 parent e7fc22c commit 3d24b54

File tree

4 files changed

+24
-5
lines changed

4 files changed

+24
-5
lines changed

app/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"Asciidoctor.js Live Preview",
3-
"version":"2.3.1",
3+
"version":"2.4.1",
44
"author": "Guillaume Grossetie",
55
"manifest_version":2,
66

changelog.adoc

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
= Changelog
22

3+
== 2.4.1
4+
5+
Publish a new version with the same content as 2.3.1.
6+
7+
== 2.4.0
8+
9+
⚠️ This version contains a major issue and has been unpublished.
10+
311
== 2.3.1
412

513
* Fix Kroki on Firefox (thanks @mbeckerle)

package-lock.json

+14-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "asciidoctor-browser-extension",
33
"description": "Render AsciiDoc (.ad, .adoc, .asc, .asciidoc) as HTML inside your browser!",
4-
"version": "2.3.1",
4+
"version": "2.4.1",
55
"engines": {
66
"node": ">=8.11",
77
"npm": ">=5.0.0"

0 commit comments

Comments
 (0)