toolkit/packages/github/RELEASES.md
Tatyana Kostromskaya 494f12bcd9
Update dependencies in github package (#1553)
* Update octokit package

* define type for function

* fix linter

* Update github package to latest

* Update RELEASES.md
2023-10-10 16:04:42 +02:00

2.5 KiB

@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