Skip to content

Commit 12470d6

Browse files
chore(release): 2.1.1 [skip ci]
## [2.1.1](v2.1.0...v2.1.1) (2023-04-10) ### Bug Fixes * update releaser action ([#54](#54)) ([31a3687](31a3687)) ### Trivial Changes * **deps:** bump commit-stream from 1.1.0 to 2.0.1 ([aaf897f](aaf897f))
1 parent 31a3687 commit 12470d6

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [2.1.1](https://github.com/rvagg/branch-diff/compare/v2.1.0...v2.1.1) (2023-04-10)
2+
3+
4+
### Bug Fixes
5+
6+
* update releaser action ([#54](https://github.com/rvagg/branch-diff/issues/54)) ([31a3687](https://github.com/rvagg/branch-diff/commit/31a3687f609693ae8f7acbe8c4a0810ce3d9f52e))
7+
8+
9+
### Trivial Changes
10+
11+
* **deps:** bump commit-stream from 1.1.0 to 2.0.1 ([aaf897f](https://github.com/rvagg/branch-diff/commit/aaf897f797598f7991b4f575108dcd446c8c3c5f))
12+
113
## [2.1.0](https://github.com/rvagg/branch-diff/compare/v2.0.4...v2.1.0) (2022-09-01)
214

315

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.0",
3+
"version": "2.1.1",
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)