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 😊 ✨