Skip to content

Commit

Permalink
3.0.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Jan 11, 2023
1 parent 85221cc commit 4833e4e
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": "3.0.0-alpha.2",
"version": "3.0.0-alpha.3",
"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 @@ -46,7 +46,7 @@
"homepage": "https://github.com/asciidoctor/asciidoctor.js",
"dependencies": {
"@asciidoctor/cli": "3.5.0",
"@asciidoctor/core": "3.0.0-alpha.2"
"@asciidoctor/core": "3.0.0-alpha.3"
},
"devDependencies": {
"pkg": "5.8.0"
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": "3.0.0-alpha.2",
"version": "3.0.0-alpha.3",
"description": "Asciidoctor - the core library",
"main": "dist/node/asciidoctor.js",
"browser": "dist/browser/asciidoctor.js",
Expand Down

0 comments on commit 4833e4e

Please sign in to comment.