Skip to content

Commit 1b8af38

Browse files
committed
Minor bumps for git mob cli & core
1 parent 44f04fb commit 1b8af38

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/git-mob-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "git-mob-core",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "Core Git Mob library to manage co-authoring",
55
"homepage": "https://github.com/rkotze/git-mob/blob/master/packages/git-mob-core/README.md",
66
"main": "./dist/index.js",

packages/git-mob/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "git-mob",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"description": "CLI tool for adding co-authors to commits.",
55
"homepage": "https://github.com/rkotze/git-mob/blob/master/packages/git-mob/README.md",
66
"scripts": {
@@ -62,7 +62,7 @@
6262
],
6363
"dependencies": {
6464
"common-tags": "^1.8.2",
65-
"git-mob-core": "^0.5.0",
65+
"git-mob-core": "^0.6.0",
6666
"minimist": "^1.2.8",
6767
"update-notifier": "^5.1.0"
6868
},

0 commit comments

Comments
 (0)