Skip to content

Commit

Permalink
Minor bumps for git mob cli & core
Browse files Browse the repository at this point in the history
  • Loading branch information
rkotze committed Oct 22, 2023
1 parent 44f04fb commit 1b8af38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/git-mob-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "git-mob-core",
"version": "0.5.0",
"version": "0.6.0",
"description": "Core Git Mob library to manage co-authoring",
"homepage": "https://github.com/rkotze/git-mob/blob/master/packages/git-mob-core/README.md",
"main": "./dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/git-mob/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "git-mob",
"version": "2.4.0",
"version": "2.5.0",
"description": "CLI tool for adding co-authors to commits.",
"homepage": "https://github.com/rkotze/git-mob/blob/master/packages/git-mob/README.md",
"scripts": {
Expand Down Expand Up @@ -62,7 +62,7 @@
],
"dependencies": {
"common-tags": "^1.8.2",
"git-mob-core": "^0.5.0",
"git-mob-core": "^0.6.0",
"minimist": "^1.2.8",
"update-notifier": "^5.1.0"
},
Expand Down

0 comments on commit 1b8af38

Please # to comment.