Skip to content

Commit

Permalink
Bump version to: v6.27.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
intuit-auto committed Oct 7, 2021
1 parent d4949ce commit e5d4a03
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "6.26.4"
"version": "6.27.0"
}
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commently-cli",
"version": "6.26.4",
"version": "6.27.0",
"description": "Easily comment on github issues and PRs from the CLI",
"main": "cli.js",
"bin": {
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"arg": "4.1.3",
"commently": "^6.26.4",
"commently": "^6.27.0",
"log-symbols": "3.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commently",
"version": "6.26.4",
"version": "6.27.0",
"description": "Easily comment on github issues and PRs",
"main": "dist/core.js",
"scripts": {
Expand Down

0 comments on commit e5d4a03

Please sign in to comment.