Skip to content

Commit 4e17c44

Browse files
committed
2.2.0-rc.1
1 parent 6a9aecc commit 4e17c44

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/asciidoctor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "asciidoctor",
3-
"version": "2.1.1",
3+
"version": "2.2.0-rc.1",
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.4.0",
50-
"@asciidoctor/core": "2.1.1"
50+
"@asciidoctor/core": "2.2.0-rc.1"
5151
},
5252
"devDependencies": {
5353
"pkg": "^4.4.7"

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@asciidoctor/core",
3-
"version": "2.1.1",
3+
"version": "2.2.0-rc.1",
44
"description": "Asciidoctor - the core library",
55
"main": "dist/node/asciidoctor.js",
66
"browser": "dist/browser/asciidoctor.js",

0 commit comments

Comments
 (0)