Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.0](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](#61)) ([11b8dab](11b8dab))
  • Loading branch information
semantic-release-bot committed Dec 13, 2023
1 parent 11b8dab commit eb874ea
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit eb874ea

Please sign in to comment.