Skip to content

Releases: gr2m/universal-github-app-jwt

v2.0.4

09 Jul 19:39
Compare
Choose a tag to compare

2.0.4 (2023-07-09)

Bug Fixes

  • use better URL in private key format error (1f67ee2)

v2.0.3

09 Jul 19:38
c8021a2
Compare
Choose a tag to compare

2.0.3 (2023-07-09)

Bug Fixes

v2.0.2

08 Jul 20:58
e79a993
Compare
Choose a tag to compare

2.0.2 (2023-07-08)

Bug Fixes

  • add helpful error in case private key is in OpenSSH format (#74) (e79a993)

v1.1.1

06 Jan 06:16
2fd1d89
Compare
Choose a tag to compare

1.1.1 (2023-01-06)

Bug Fixes

v2.0.1

22 Dec 06:09
259e45a
Compare
Choose a tag to compare

2.0.1 (2022-12-22)

Bug Fixes

v2.0.0

21 Dec 23:10
a191016
Compare
Choose a tag to compare

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";

v1.1.0

07 Sep 16:40
ac358a2
Compare
Choose a tag to compare

1.1.0 (2020-09-07)

Features

  • add now argument to githubAppJwt (#28) (ac358a2)

v1.0.2

23 Apr 03:14
Compare
Choose a tag to compare

1.0.2 (2020-04-23)

Bug Fixes

  • deps: make playwright a dev dependency (65c69d9)

v1.0.1

02 Sep 05:12
Compare
Choose a tag to compare

1.0.1 (2019-09-02)

Bug Fixes

  • remove obsolete node-webcrypto-ossl dependency (d9676ca)

v1.0.0

02 Sep 03:59
Compare
Choose a tag to compare

1.0.0 (2019-09-02)

Features