Skip to content

Commit

Permalink
3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Jun 24, 2023
1 parent 0c7bea3 commit b0623fd
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.1",
"version": "3.0.2",
"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": "4.0.0",
"@asciidoctor/core": "3.0.1",
"@asciidoctor/core": "3.0.2",
"ejs": "^3.1.2",
"handlebars": "^4.7.6",
"nunjucks": "^3.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": "3.0.1",
"version": "3.0.2",
"description": "Asciidoctor - the core library",
"type": "module",
"main": "dist/node/asciidoctor.js",
Expand Down

0 comments on commit b0623fd

Please sign in to comment.