Skip to content
This repository has been archived by the owner on Nov 8, 2020. It is now read-only.

Commit

Permalink
Version 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lourot committed Sep 14, 2018
1 parent a7a5055 commit e14fd2b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"projectName": "github-contribs",
"projectOwner": "AurelienLourot",
"projectOwner": "ghuser-io",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
Expand Down
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/.all-contributorsrc
/.ghuser.io.json
/.nyc_output/
/.travis.yml
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ doesn't discover commits in forks.

## Changelog

**2.2.1** (2018-09-15):
* Documentation improvements.

**2.2.0** (2018-08-09):
* [#1](https://github.com/ghuser-io/github-contribs/issues/1) - Added `--issues` flag.

Expand Down
2 changes: 1 addition & 1 deletion docs/maintain.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ and test it briefly, e.g.

```bash
$ github-contribs --version
$ github-contribs --since 2018-06-20 AurelienLourot
$ github-contribs --since 2018-09-14 AurelienLourot
```

## Commit your changes, create a git tag and push
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ghuser/github-contribs",
"version": "2.2.0",
"version": "2.2.1",
"description": "List all GitHub repos a user has contributed to since the beginning of time.",
"license": "Unlicense",
"repository": {
Expand Down Expand Up @@ -73,6 +73,6 @@
".js"
],
"check-coverage": true,
"lines": 84
"lines": 83
}
}

0 comments on commit e14fd2b

Please sign in to comment.