Skip to content

Commit dd565a5

Browse files
committed
3.0.4
1 parent 88180c9 commit dd565a5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/asciidoctor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "asciidoctor",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "A JavaScript AsciiDoc processor, cross-compiled from the Ruby-based AsciiDoc implementation, Asciidoctor, using Opal",
55
"main": "index.js",
66
"types": "types",
@@ -46,7 +46,7 @@
4646
"homepage": "https://github.com/asciidoctor/asciidoctor.js",
4747
"dependencies": {
4848
"@asciidoctor/cli": "4.0.0",
49-
"@asciidoctor/core": "3.0.3",
49+
"@asciidoctor/core": "3.0.4",
5050
"ejs": "^3.1.2",
5151
"handlebars": "^4.7.6",
5252
"nunjucks": "^3.2.1",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@asciidoctor/core",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "Asciidoctor - the core library",
55
"type": "module",
66
"main": "dist/node/asciidoctor.js",

0 commit comments

Comments
 (0)