We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4949ce commit e5d4a03Copy full SHA for e5d4a03
lerna.json
@@ -4,5 +4,5 @@
4
],
5
"npmClient": "yarn",
6
"useWorkspaces": true,
7
- "version": "6.26.4"
+ "version": "6.27.0"
8
}
packages/cli/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "commently-cli",
3
- "version": "6.26.4",
+ "version": "6.27.0",
"description": "Easily comment on github issues and PRs from the CLI",
"main": "cli.js",
"bin": {
@@ -13,7 +13,7 @@
13
},
14
"dependencies": {
15
"arg": "4.1.3",
16
- "commently": "^6.26.4",
+ "commently": "^6.27.0",
17
"log-symbols": "3.0.0"
18
19
"devDependencies": {
packages/core/package.json
"name": "commently",
"description": "Easily comment on github issues and PRs",
"main": "dist/core.js",
"scripts": {
0 commit comments