Skip to content

Commit d000167

Browse files
chore(release): 2.1.3 [skip ci]
## [2.1.3](v2.1.2...v2.1.3) (2023-08-15) ### Trivial Changes * **deps:** bump actions/setup-node from 3.7.0 to 3.8.0 ([465acae](465acae))
1 parent 465acae commit d000167

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.3](https://github.com/rvagg/branch-diff/compare/v2.1.2...v2.1.3) (2023-08-15)
2+
3+
4+
### Trivial Changes
5+
6+
* **deps:** bump actions/setup-node from 3.7.0 to 3.8.0 ([465acae](https://github.com/rvagg/branch-diff/commit/465acaed1229ab33e98211754fbbd9ead449f3a0))
7+
18
## [2.1.2](https://github.com/rvagg/branch-diff/compare/v2.1.1...v2.1.2) (2023-07-07)
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.2",
3+
"version": "2.1.3",
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)