Skip to content

Commit d6a6135

Browse files
chore(release): 1.10.1 [skip ci]
### [1.10.1](v1.10.0...v1.10.1) (2021-10-14) ### Bug Fixes * remove build step ([302b66c](302b66c)) ### Trivial Changes * add auto-release workflow ([dd67a3d](dd67a3d)) * add dependabot config ([#30](#30)) ([66ee30b](66ee30b)) * **deps-dev:** bump standard from 16.0.3 to 16.0.4 ([6202ae5](6202ae5)) * **deps:** bump changelog-maker from 2.5.0 to 2.6.0 ([e6f0fef](e6f0fef)) * **deps:** bump changelog-maker from 2.6.0 to 2.7.0 ([781c292](781c292)) * update branch references to "main" ([fa0da24](fa0da24)) * update dependencies ([3cd98d8](3cd98d8))
1 parent 302b66c commit d6a6135

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
### [1.10.1](https://github.com/rvagg/branch-diff/compare/v1.10.0...v1.10.1) (2021-10-14)
2+
3+
4+
### Bug Fixes
5+
6+
* remove build step ([302b66c](https://github.com/rvagg/branch-diff/commit/302b66c594aa938236e1fec454ef045da13cd275))
7+
8+
9+
### Trivial Changes
10+
11+
* add auto-release workflow ([dd67a3d](https://github.com/rvagg/branch-diff/commit/dd67a3d65d829a99593aebf2abad42ed870267da))
12+
* add dependabot config ([#30](https://github.com/rvagg/branch-diff/issues/30)) ([66ee30b](https://github.com/rvagg/branch-diff/commit/66ee30bf24b18aee0031b1a9f4352061762f7e36))
13+
* **deps-dev:** bump standard from 16.0.3 to 16.0.4 ([6202ae5](https://github.com/rvagg/branch-diff/commit/6202ae5b59a8bb3fa24c98d2bfe17f975d8418b2))
14+
* **deps:** bump changelog-maker from 2.5.0 to 2.6.0 ([e6f0fef](https://github.com/rvagg/branch-diff/commit/e6f0feff5cb3cfc92abf458afd64b915251dc2a6))
15+
* **deps:** bump changelog-maker from 2.6.0 to 2.7.0 ([781c292](https://github.com/rvagg/branch-diff/commit/781c2929dbf5ec964f17f25c22d450802d061793))
16+
* update branch references to "main" ([fa0da24](https://github.com/rvagg/branch-diff/commit/fa0da24fe321d7a7744e35e7325ffd6fc7488d2f))
17+
* update dependencies ([3cd98d8](https://github.com/rvagg/branch-diff/commit/3cd98d8eaa73cd699f12b9bed06b3b57a5fcb744))

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "branch-diff",
3-
"version": "1.10.0",
3+
"version": "1.10.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
"bin": {

0 commit comments

Comments
 (0)