Skip to content

Latest commit

History

History
114 lines (58 loc) 路 5.87 KB

CHANGELOG.md

File metadata and controls

114 lines (58 loc) 路 5.87 KB

@changesets/get-github-info

0.5.2

Patch Changes

  • #1035 b360d50 Thanks @Kikobeats! - Improved the error message for a missing GITHUB_TOKEN to include the information about the required permissions.

0.5.1

Patch Changes

  • #820 a22eb8c Thanks @Andarist! - Errors resulting from the GitHub API calls should now be properly raised.

0.5.0

Minor Changes

0.4.5

Patch Changes

0.4.4

Patch Changes

  • f24f722 #444 Thanks @Andarist! - Changed the way how requests to the GitHub API were authenticated - from a query parameter to the Authorization header. The previously used method has been deprecated by the GitHub and will stop working in 2021.

0.4.3

Patch Changes

0.4.2

Patch Changes

0.4.1

Patch Changes

0.4.0

Minor Changes

  • 938823f #224 - Show the PR author of a change rather than the author of the commit that added a changeset to account for cases when maintainers add a changeset to a PR and merge the PR with a merge commit

Patch Changes

  • 938823f #224 - Fix cases where the wrong PR is returned when a commit is associated with multiple PRs

0.3.0

Minor Changes

Patch Changes

0.2.1

Patch Changes

  • 179433e #143 Thanks @mitchellhamilton! - Change query so it works on GitHub Actions and can get the author of a commit even if there isn't an associated pull request

0.2.0

Minor Changes

  • 296a6731 - Safety bump: Towards the end of preparing changesets v2, there was a lot of chaos - this bump is to ensure every package on npm matches what is found in the repository.

0.1.5

Patch Changes

  • a15abbf9 - Previous release shipped unbuilt code - fixing that

0.1.3

Patch Changes

0.1.2

Patch Changes

  • a966701d - Add repository information to package.json

0.1.1

Patch Changes

  • e0328dc0 - Previous publish was missing dist, publish with dist.

0.1.0

Minor Changes