diff --git a/CHANGELOG.md b/CHANGELOG.md index 41234f7..facd64a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [3.0.0](https://github.com/rvagg/branch-diff/compare/v2.1.5...v3.0.0) (2023-12-13) + + +### ⚠ BREAKING CHANGES + +* **deps:** bump changelog-maker from 3.2.7 to 4.0.0 (#61) + +### Trivial Changes + +* **deps:** bump changelog-maker from 3.2.7 to 4.0.0 ([#61](https://github.com/rvagg/branch-diff/issues/61)) ([11b8dab](https://github.com/rvagg/branch-diff/commit/11b8dabd0f77479c48daf126f70b2b8dda94f07f)) + ## [2.1.5](https://github.com/rvagg/branch-diff/compare/v2.1.4...v2.1.5) (2023-10-25) diff --git a/package.json b/package.json index a37d457..305ebbb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "branch-diff", - "version": "2.1.5", + "version": "3.0.0", "description": "A tool to list print the commits on one git branch that are not on another using loose comparison", "main": "branch-diff.js", "type": "module", @@ -17,7 +17,7 @@ "author": "Rod (http://r.va.gg/)", "license": "MIT", "dependencies": { - "changelog-maker": "^3.2.3", + "changelog-maker": "^4.0.0", "commit-stream": "^2.0.1", "gitexec": "^2.0.1", "minimist": "^1.2.8",