Skip to content

Commit 4575c11

Browse files
committed
2.2.8
1 parent bec6220 commit 4575c11

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/asciidoctor/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "asciidoctor",
3-
"version": "2.2.7",
3+
"version": "2.2.8",
44
"description": "A JavaScript AsciiDoc processor, cross-compiled from the Ruby-based AsciiDoc implementation, Asciidoctor, using Opal",
55
"main": "index.js",
66
"types": "types",
@@ -47,7 +47,7 @@
4747
"homepage": "https://github.com/asciidoctor/asciidoctor.js",
4848
"dependencies": {
4949
"@asciidoctor/cli": "3.5.0",
50-
"@asciidoctor/core": "2.2.7"
50+
"@asciidoctor/core": "2.2.8"
5151
},
5252
"devDependencies": {
5353
"pkg": "5.2.1"

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@asciidoctor/core",
3-
"version": "2.2.7",
3+
"version": "2.2.8",
44
"description": "Asciidoctor - the core library",
55
"main": "dist/node/asciidoctor.js",
66
"browser": "dist/browser/asciidoctor.js",

0 commit comments

Comments
 (0)