github-changes
Advanced tools
Comparing version 0.0.12 to 0.0.13
@@ -136,2 +136,4 @@ #!/usr/bin/env node | ||
configName : 'changelog' | ||
, note: 'github-changes-1234' | ||
, userAgent: 'github-changes-1234' | ||
, scopes : ['user', 'public_repo', 'repo'] | ||
@@ -151,2 +153,3 @@ }; | ||
, repo: opts.repository | ||
, per_page: 100 | ||
}; | ||
@@ -153,0 +156,0 @@ auth(); |
## Change Log | ||
### 0.0.12 (2014/09/02 05:36 +00:00) | ||
### v0.0.13 (2014/10/26 23:34 +00:00) | ||
- [#42](https://github.com/lalitkapoor/github-changes/pull/42) Fetch 100 tags per page (only 1 page for now) (@nylen) | ||
### v0.0.12 (2014/09/02 05:37 +00:00) | ||
- [#35](https://github.com/lalitkapoor/github-changes/pull/35) Update README.md with Grunt Plugin Info (@streetlight) | ||
@@ -5,0 +8,0 @@ - [#36](https://github.com/lalitkapoor/github-changes/pull/36) PR links point to https://null/... (@lalitkapoor) |
{ | ||
"name": "github-changes", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "generate changelog for github repos", | ||
@@ -5,0 +5,0 @@ "main": "./bin/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
27290
450