Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Dec 23:10
a191016

BREAKING CHANGES

  • universal-github-app-jwt is now a native ES Module

  • githubAppJwt is now a default export.

Before

import { githubAppJwt } from "universal-github-app-jwt";

now

import githubAppJwt from "universal-github-app-jwt";