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

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lourot committed Jun 11, 2018
1 parent 942678e commit 4e16b41
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ when it breaks.

## Changelog

**1.0.0** (2018-06-11):
* Support for passing a GitHub API key.

**0.0.2** (2018-05-29):
* Cosmetic improvements to the [npm page](https://www.npmjs.com/package/@ghuser/github-contribs).

Expand Down
4 changes: 4 additions & 0 deletions docs/maintain.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ $ npm test

In [package.json](package.json) to `7.8.9` in this example.

## Extend the changelog

In [README.md](README.md#changelog).

## Generate the package to be published

```bash
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ghuser/github-contribs",
"version": "0.0.2",
"version": "1.0.0",
"description": "List all GitHub repos a user has contributed to since the beginning of time.",
"license": "Unlicense",
"repository": {
Expand Down

0 comments on commit 4e16b41

Please sign in to comment.