Skip to content

Commit

Permalink
2.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Jun 2, 2024
1 parent bec6220 commit 4575c11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/asciidoctor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "asciidoctor",
"version": "2.2.7",
"version": "2.2.8",
"description": "A JavaScript AsciiDoc processor, cross-compiled from the Ruby-based AsciiDoc implementation, Asciidoctor, using Opal",
"main": "index.js",
"types": "types",
Expand Down Expand Up @@ -47,7 +47,7 @@
"homepage": "https://github.com/asciidoctor/asciidoctor.js",
"dependencies": {
"@asciidoctor/cli": "3.5.0",
"@asciidoctor/core": "2.2.7"
"@asciidoctor/core": "2.2.8"
},
"devDependencies": {
"pkg": "5.2.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asciidoctor/core",
"version": "2.2.7",
"version": "2.2.8",
"description": "Asciidoctor - the core library",
"main": "dist/node/asciidoctor.js",
"browser": "dist/browser/asciidoctor.js",
Expand Down

0 comments on commit 4575c11

Please sign in to comment.