Skip to content

Commit 3e2c11f

Browse files
committed
update README
1 parent 031ab14 commit 3e2c11f

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ var source = 'github-username/repo-name';
100100

101101
// Or an object
102102
var destination = {
103-
user: 'github-username',
103+
owner: 'github-username',
104104
repo: 'repo-name'
105105
};
106106

@@ -157,6 +157,13 @@ copyGitHubLabels.copy(source, destination, function (err, label){
157157

158158
## Change log
159159

160+
### v1.3.2
161+
162+
- added `force` option to attempt update of label if create fails.
163+
- upgraded from npm module `github` to `octokit/rest`
164+
- copy `description` if it's there
165+
- added unit test to validate use of github API
166+
160167
### v1.3.1
161168

162169
- remove console.log statement

0 commit comments

Comments
 (0)