Skip to content

Commit 651d8bd

Browse files
committed
Bump version to: 0.0.11 [skip ci]
1 parent ec745a2 commit 651d8bd

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
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.0.10"
5+
"version": "0.0.11"
66
}

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": "0.0.10",
3+
"version": "0.0.11",
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.0",
16-
"commently": "^0.0.10",
16+
"commently": "^0.0.11",
1717
"log-symbols": "^2.2.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": "0.0.10",
3+
"version": "0.0.11",
44
"description": "Easily comment on github issues and PRs",
55
"main": "dist/core.js",
66
"scripts": {

0 commit comments

Comments
 (0)