Skip to content

Commit 99f9fe6

Browse files
committed
Update package versions
1 parent c448099 commit 99f9fe6

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
Follows [Semantic Versioning](https://semver.org/).
44

5-
## git-mob 2.3.6 Next
5+
## git-mob 2.4.0 Next
66

77
### Added
88

99
- Integrated git-mob-core solo function
10-
- Override the global `.git-coauthors` file with one specified in root folder of a Git repository.
10+
- Override the global `.git-coauthors` file with one specified in root folder of a Git repository. Thanks to @tlabeeuw
1111

1212
## git-mob-core 0.4.0 Next
1313

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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-workspace",
3-
"version": "2.3.5",
3+
"version": "2.4.0",
44
"description": "CLI tool for adding co-authors to commits.",
55
"private": true,
66
"workspaces": [

packages/git-mob-core/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.3.0",
3+
"version": "0.4.0",
44
"description": "Core Git Mob library to manage co-authoring",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

packages/git-mob/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.3.5",
3+
"version": "2.4.0",
44
"description": "CLI tool for adding co-authors to commits.",
55
"scripts": {
66
"build": "rimraf dist && bob",
@@ -61,7 +61,7 @@
6161
],
6262
"dependencies": {
6363
"common-tags": "^1.8.0",
64-
"git-mob-core": "^0.3.0",
64+
"git-mob-core": "^0.4.0",
6565
"minimist": "^1.2.6",
6666
"update-notifier": "^5.1.0"
6767
},

0 commit comments

Comments
 (0)