Skip to content

Commit

Permalink
Hotfix :: Many labels (#39)
Browse files Browse the repository at this point in the history
* Fetch 100 labels instead of 30

* Bump version to 1.1.1
  • Loading branch information
edlb authored Mar 26, 2019
1 parent f6a320f commit 6646734
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
"lint": "eslint \"src/**/*.js\" \"*.js\"",
"postinstall": "del bin && rollup -c --silent"
},
"version": "1.0.1"
"version": "1.1.1"
}
2 changes: 1 addition & 1 deletion src/github.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ const GitHub = (config) => {
}
},
index: async () => {
const labels = await fetchGitHub('labels')
const labels = await fetchGitHub('labels?per_page=100')

return map(({ color, name }) => ({
color: color,
Expand Down

0 comments on commit 6646734

Please sign in to comment.