v2.3.0 (2022-01-12) Internal changes to export core diff library
🔧 Internal changes only
- This release is mainly a refactoring to avoid using the
commands/diff.tsDiff command class to be able to programmatically retrieve the diff result. Instead of callingbump.Diff.run([cli, params])you'll now have to instantiate the lib and use the exportedrunfunction like so:new bump.Diff(config).run. See therunfunction signature for details.
🆙 Upgrades
Thanks to @dependabot, all the node dependencies we use are up-to-date as of today.