Skip to content

Commit 6ce03a0

Browse files
chore(release): 3.0.5 [skip ci]
## [3.0.5](v3.0.4...v3.0.5) (2024-07-10) ### Trivial Changes * **deps:** bump actions/setup-node from 4.0.2 to 4.0.3 ([adc2e60](adc2e60)) * use `pipeline` from `node:stream/promises` ([70062d4](70062d4))
1 parent a081cf6 commit 6ce03a0

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+
## [3.0.5](https://github.com/nodejs/branch-diff/compare/v3.0.4...v3.0.5) (2024-07-10)
2+
3+
### Trivial Changes
4+
5+
* **deps:** bump actions/setup-node from 4.0.2 to 4.0.3 ([adc2e60](https://github.com/nodejs/branch-diff/commit/adc2e600e2acaa95f1950079e86798c20bde08cf))
6+
* use `pipeline` from `node:stream/promises` ([70062d4](https://github.com/nodejs/branch-diff/commit/70062d421f14f30c1fc0829e1aa4c6cdb3aac838))
7+
18
## [3.0.4](https://github.com/nodejs/branch-diff/compare/v3.0.3...v3.0.4) (2024-02-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": "3.0.4",
3+
"version": "3.0.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)