Skip to content

v2.3.0 (2022-01-12) Internal changes to export core diff library

Choose a tag to compare

@github-actions github-actions released this 12 Jan 15:22
· 429 commits to main since this release
975251f

🔧 Internal changes only

  • This release is mainly a refactoring to avoid using the commands/diff.ts Diff command class to be able to programmatically retrieve the diff result. Instead of calling bump.Diff.run([cli, params]) you'll now have to instantiate the lib and use the exported run function like so: new bump.Diff(config).run. See the run function signature for details.

🆙 Upgrades

Thanks to @dependabot, all the node dependencies we use are up-to-date as of today.