Skip to content

Commit e5d4a03

Browse files
committed
Bump version to: v6.27.0 [skip ci]
1 parent d4949ce commit e5d4a03

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
],
55
"npmClient": "yarn",
66
"useWorkspaces": true,
7-
"version": "6.26.4"
7+
"version": "6.27.0"
88
}

packages/cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commently-cli",
3-
"version": "6.26.4",
3+
"version": "6.27.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.26.4",
16+
"commently": "^6.27.0",
1717
"log-symbols": "3.0.0"
1818
},
1919
"devDependencies": {

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commently",
3-
"version": "6.26.4",
3+
"version": "6.27.0",
44
"description": "Easily comment on github issues and PRs",
55
"main": "dist/core.js",
66
"scripts": {

0 commit comments

Comments
 (0)