Skip to content

Commit

Permalink
3.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Apr 10, 2023
1 parent 2edfd65 commit 752533b
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.4",
"version": "3.0.0-rc.1",
"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.4"
"@asciidoctor/core": "3.0.0-rc.1"
},
"devDependencies": {
"pkg": "5.8.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": "3.0.0-alpha.4",
"version": "3.0.0-rc.1",
"description": "Asciidoctor - the core library",
"main": "dist/node/asciidoctor.js",
"exports": {
Expand Down

0 comments on commit 752533b

Please sign in to comment.