Skip to content

v4.0.0

Compare
Choose a tag to compare
@sindresorhus sindresorhus released this 16 Oct 11:38

Breaking:

  • Requires Node.js 8. f2534af
  • The token argument is now an options-object instead. 4309098
    ghUser(username, 'xxx')ghUser(username, {token: 'xxx'})