Skip to content

Commit ac4b93d

Browse files
chore(release): 3.1.1 [skip ci]
## [3.1.1](v3.1.0...v3.1.1) (2024-07-19) ### Bug Fixes * add commit.prurl check ([#72](#72)) ([1ceae1a](1ceae1a))
1 parent 1ceae1a commit ac4b93d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [3.1.1](https://github.com/nodejs/branch-diff/compare/v3.1.0...v3.1.1) (2024-07-19)
2+
3+
### Bug Fixes
4+
5+
* add commit.prurl check ([#72](https://github.com/nodejs/branch-diff/issues/72)) ([1ceae1a](https://github.com/nodejs/branch-diff/commit/1ceae1abbf038a25de4609d15460fc413c627809))
6+
17
## [3.1.0](https://github.com/nodejs/branch-diff/compare/v3.0.5...v3.1.0) (2024-07-16)
28

39
### Features

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "branch-diff",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "A tool to list print the commits on one git branch that are not on another using loose comparison",
55
"main": "branch-diff.js",
66
"type": "module",

0 commit comments

Comments
 (0)