Skip to content

Commit 62de128

Browse files
committed
Bump version to: v6.22.0 [skip ci]
1 parent 1796354 commit 62de128

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
],
55
"npmClient": "yarn",
66
"useWorkspaces": true,
7-
"version": "6.21.11"
7+
"version": "6.22.0"
88
}

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commently-cli",
3-
"version": "6.21.11",
3+
"version": "6.22.0",
44
"description": "Easily comment on github issues and PRs from the CLI",
55
"main": "cli.js",
66
"bin": {
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"arg": "4.1.3",
16-
"commently": "^6.21.11",
16+
"commently": "^6.22.0",
1717
"log-symbols": "3.0.0"
1818
},
1919
"devDependencies": {

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": "commently",
3-
"version": "6.21.11",
3+
"version": "6.22.0",
44
"description": "Easily comment on github issues and PRs",
55
"main": "dist/core.js",
66
"scripts": {

0 commit comments

Comments
 (0)