Skip to content

Commit 1da2f36

Browse files
chore(release): 2.1.2 [skip ci]
## [2.1.2](v2.1.1...v2.1.2) (2023-07-07) ### Trivial Changes * **deps:** bump actions/setup-node from 3.6.0 to 3.7.0 ([#56](#56)) ([a0c5385](a0c5385))
1 parent a0c5385 commit 1da2f36

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.1.2](https://github.com/rvagg/branch-diff/compare/v2.1.1...v2.1.2) (2023-07-07)
2+
3+
4+
### Trivial Changes
5+
6+
* **deps:** bump actions/setup-node from 3.6.0 to 3.7.0 ([#56](https://github.com/rvagg/branch-diff/issues/56)) ([a0c5385](https://github.com/rvagg/branch-diff/commit/a0c5385b74fe8595f74e25f159e5d4760d01293a))
7+
18
## [2.1.1](https://github.com/rvagg/branch-diff/compare/v2.1.0...v2.1.1) (2023-04-10)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "branch-diff",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
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)