From 11b8dabd0f77479c48daf126f70b2b8dda94f07f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 15:13:56 +1100 Subject: [PATCH 1/2] chore(deps)!: bump changelog-maker from 3.2.7 to 4.0.0 (#61) Bumps [changelog-maker](https://github.com/nodejs/changelog-maker) from 3.2.7 to 4.0.0. - [Release notes](https://github.com/nodejs/changelog-maker/releases) - [Changelog](https://github.com/nodejs/changelog-maker/blob/main/CHANGELOG.md) - [Commits](https://github.com/nodejs/changelog-maker/compare/v3.2.7...v4.0.0) --- updated-dependencies: - dependency-name: changelog-maker dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a37d457..66d29f9 100644 --- a/package.json +++ b/package.json @@ -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", From eb874ea21ac3697e71212ac35206b21a85c2c3e4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 13 Dec 2023 04:16:56 +0000 Subject: [PATCH 2/2] chore(release): 3.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [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)) --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) 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 66d29f9..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",