Skip to content

Commit 0548ed7

Browse files
committedOct 25, 2023
chore(release): 2.1.5 [skip ci]
## [2.1.5](v2.1.4...v2.1.5) (2023-10-25) ### Trivial Changes * **deps:** bump actions/checkout from 3 to 4 ([5159aee](5159aee)) * **deps:** bump actions/setup-node from 3.8.1 to 4.0.0 ([7aee4b2](7aee4b2))
1 parent 7aee4b2 commit 0548ed7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
 

‎CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [2.1.5](https://github.com/rvagg/branch-diff/compare/v2.1.4...v2.1.5) (2023-10-25)
2+
3+
4+
### Trivial Changes
5+
6+
* **deps:** bump actions/checkout from 3 to 4 ([5159aee](https://github.com/rvagg/branch-diff/commit/5159aee62651cea6d11c8ea9d081887bc57984a3))
7+
* **deps:** bump actions/setup-node from 3.8.1 to 4.0.0 ([7aee4b2](https://github.com/rvagg/branch-diff/commit/7aee4b2dd229067a8d3546b86565919047e6e660))
8+
19
## [2.1.4](https://github.com/rvagg/branch-diff/compare/v2.1.3...v2.1.4) (2023-08-21)
210

311

‎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.4",
3+
"version": "2.1.5",
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)