@changesets/changelog-github
Advanced tools
Comparing version 0.1.1 to 0.2.0
# @changesets/changelog-github | ||
## 0.2.0 | ||
### Minor Changes | ||
- [`938823f`](https://github.com/atlassian/changesets/commit/938823f6fa0277869f0aecc3345c3812d1e44bba) [#224](https://github.com/atlassian/changesets/pull/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`](https://github.com/atlassian/changesets/commit/938823f6fa0277869f0aecc3345c3812d1e44bba) [#224](https://github.com/atlassian/changesets/pull/224) - Fix cases where the wrong PR is returned when a commit is associated with multiple PRs | ||
- Updated dependencies [[`938823f`](https://github.com/atlassian/changesets/commit/938823f6fa0277869f0aecc3345c3812d1e44bba), [`938823f`](https://github.com/atlassian/changesets/commit/938823f6fa0277869f0aecc3345c3812d1e44bba)]: | ||
- @changesets/get-github-info@0.4.0 | ||
## 0.1.1 | ||
@@ -4,0 +16,0 @@ |
{ | ||
"name": "@changesets/changelog-github", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"description": "A changelog entry generator for GitHub that links to commits, PRs and users", | ||
@@ -10,3 +10,3 @@ "main": "dist/changelog-github.cjs.js", | ||
"dependencies": { | ||
"@changesets/get-github-info": "^0.3.0", | ||
"@changesets/get-github-info": "^0.4.0", | ||
"@changesets/types": "^0.4.0", | ||
@@ -13,0 +13,0 @@ "dotenv": "^8.1.0" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
10185
0
+ Added@changesets/get-github-info@0.4.5(transitive)
- Removed@changesets/get-github-info@0.3.0(transitive)