diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b21540..d5c3736 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.1.1](https://github.com/nodejs/branch-diff/compare/v3.1.0...v3.1.1) (2024-07-19) + +### Bug Fixes + +* add commit.prurl check ([#72](https://github.com/nodejs/branch-diff/issues/72)) ([1ceae1a](https://github.com/nodejs/branch-diff/commit/1ceae1abbf038a25de4609d15460fc413c627809)) + ## [3.1.0](https://github.com/nodejs/branch-diff/compare/v3.0.5...v3.1.0) (2024-07-16) ### Features diff --git a/package.json b/package.json index 0fb75e9..3fbf1b8 100644 --- a/package.json +++ b/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",