Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update src/changelog-config.ts
Co-authored-by: Jongsun Suh <[email protected]>
  • Loading branch information
kanthesha and MajorLift authored Oct 10, 2023
commit daf65a59161de9b3d136f2187fc70d6573bb48cf
2 changes: 1 addition & 1 deletion src/changelog-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type PackageJson = {
/**
* Returns the latest version of the original package in case of package renamed.
*
* @returns The original package latest version.
* @returns The latest version string of the original package, or null.
*/
export function getOriginalLatestVersion(): string | null {
// Set automatically by Yarn 3.x
Expand Down