Skip to content

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 14 Jan 05:08

BREAKING CHANGES

  • @octokit/plugin-scim) has been renamed to @octokit/plugin-enterprise-cloud
  • const plugin = require("@octokit/plugin-scim") is now const { enterpriseCloud } = require("@octokit/plugin-enterprise-cloud")
  • Removed official support for Node 8

Features

  • TypeScript implementation (2a2ee5b)