Skip to content

v14.0.0

Compare
Choose a tag to compare
@gr2m gr2m released this 18 Apr 18:13
· 1843 commits to main since this release

14.0.0 (2018-01-17)

Breaking changes

The package has been renamed from github to @octokit/rest.

To upgrade

  1. npm install @octokit/rest
  2. npm uninstall github
  3. replace require('github') with require('@octokit/rest')

That’s it, there are no functional changes in the public APIs compared to github@13.

Debug logs

DEBUG=node-github* is now DEBUG=octokit*.

In case you enabled debug logs, make sure to adapt the DEBUG environment variable accordingly.