v15.0.1
(v15.0.0 was published by accident and unpublished shortly after, sorry)
Breaking Changes
- Before, methods like
octokit.issues.deleteLabel()
returned an empty string for{data}
. They now correctly returnundefined
Features
- bundle size: only require what’s needed from lodash (b3f3cf8)
- fetch-based request for browser (b10ff5b)
- package: build with webpack, now with source maps & gzipped file, better bundle report (0972406)