Skip to content

Latest commit

 

History

History
69 lines (44 loc) · 2.51 KB

RELEASES.md

File metadata and controls

69 lines (44 loc) · 2.51 KB

@actions/github Releases

6.0.0

  • Support the latest Octokit in @actions/github #1553
    • Drop support of NodeJS v14, v16

5.1.1

  • Export default octokit options #1188

5.1.0

  • Add additionalPlugins parameter to getOctokit method #1181
  • Dependency updates #1180

5.0.3

    • Update to v2.0.1 of @actions/http-client #1087

5.0.2

  • Update to v2.0.0 of @actions/http-client

5.0.1

5.0.0

4.0.0

3.0.0

2.2.0

2.1.1

2.1.0

2.0.1

2.0.0

  • Upgrade Octokit version to 4.x to include typescript types #228

1.1.0

  • Accept Octokit.Options in the GitHub constructor #113

1.0.1

  • Simplify WebPack configs by removing dynamic require - #101

1.0.0

  • Initial release