Skip to content

v2.8.4 (2024-11-01) Dependencies upgrade & JSON format fix

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Nov 09:41
9640b40

Some dependency npm package upgrade to remove a high security issue and a fix in the bump diff command when used with --format json.

🐛 Always return JSON value with bump diff --format json command

When the JSON format is asked in the bump diff command via the --format json parameter, we now return an empty json array [] even if the diff has no structural changes. Previously we would return a string which didn't align with the format of a structural change.

Have fun designing APIs 😊 ✨