Skip to content

Commit d3a3382

Browse files
committed
🔥 Update package for release
* **Update** README with the new help closes #1 Co-Authored-By: Eric Adamski <er.adamski@gmail.com>
1 parent f056300 commit d3a3382

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ yarn global add commit-with
2121
```
2222
❯ commit-with --help
2323
24-
Usage: commit-with [options] <github-username>
24+
Usage: commit-with [options] <github-usernames...>
2525
2626
Searches Github for the user and auto generates a co-authored tag for your commit message
2727

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commit-with",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"scripts": {
55
"test": "jest"
66
},

src/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ const { homedir } = require('os');
44
module.exports = {
55
GITHUB_URL: 'https://api.github.com',
66
TEMPLATE_ROOT: join(homedir(), '.co-author-commit-templates'),
7-
VERSION: 'v0.3.1'
7+
VERSION: 'v0.4.0'
88
};

0 commit comments

Comments
 (0)