Skip to content

Commit

Permalink
chore(release): 3.0.5 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Jul 10, 2024
1 parent a081cf6 commit 6ce03a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.0.5](https://github.com/nodejs/branch-diff/compare/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](https://github.com/nodejs/branch-diff/commit/adc2e600e2acaa95f1950079e86798c20bde08cf))
* use `pipeline` from `node:stream/promises` ([70062d4](https://github.com/nodejs/branch-diff/commit/70062d421f14f30c1fc0829e1aa4c6cdb3aac838))

## [3.0.4](https://github.com/nodejs/branch-diff/compare/v3.0.3...v3.0.4) (2024-02-07)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "branch-diff",
"version": "3.0.4",
"version": "3.0.5",
"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",
Expand Down

0 comments on commit 6ce03a0

Please sign in to comment.