We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ceae1a commit ac4b93dCopy full SHA for ac4b93d
CHANGELOG.md
@@ -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
7
## [3.1.0](https://github.com/nodejs/branch-diff/compare/v3.0.5...v3.1.0) (2024-07-16)
8
9
### Features
package.json
@@ -1,6 +1,6 @@
{
"name": "branch-diff",
- "version": "3.1.0",
+ "version": "3.1.1",
"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",
0 commit comments