Skip to content

Commit

Permalink
chore(release): 1.10.1 [skip ci]
Browse files Browse the repository at this point in the history
### [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))
  • Loading branch information
semantic-release-bot committed Oct 14, 2021
1 parent 302b66c commit d6a6135
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
### [1.10.1](https://github.com/rvagg/branch-diff/compare/v1.10.0...v1.10.1) (2021-10-14)


### Bug Fixes

* remove build step ([302b66c](https://github.com/rvagg/branch-diff/commit/302b66c594aa938236e1fec454ef045da13cd275))


### Trivial Changes

* add auto-release workflow ([dd67a3d](https://github.com/rvagg/branch-diff/commit/dd67a3d65d829a99593aebf2abad42ed870267da))
* add dependabot config ([#30](https://github.com/rvagg/branch-diff/issues/30)) ([66ee30b](https://github.com/rvagg/branch-diff/commit/66ee30bf24b18aee0031b1a9f4352061762f7e36))
* **deps-dev:** bump standard from 16.0.3 to 16.0.4 ([6202ae5](https://github.com/rvagg/branch-diff/commit/6202ae5b59a8bb3fa24c98d2bfe17f975d8418b2))
* **deps:** bump changelog-maker from 2.5.0 to 2.6.0 ([e6f0fef](https://github.com/rvagg/branch-diff/commit/e6f0feff5cb3cfc92abf458afd64b915251dc2a6))
* **deps:** bump changelog-maker from 2.6.0 to 2.7.0 ([781c292](https://github.com/rvagg/branch-diff/commit/781c2929dbf5ec964f17f25c22d450802d061793))
* update branch references to "main" ([fa0da24](https://github.com/rvagg/branch-diff/commit/fa0da24fe321d7a7744e35e7325ffd6fc7488d2f))
* update dependencies ([3cd98d8](https://github.com/rvagg/branch-diff/commit/3cd98d8eaa73cd699f12b9bed06b3b57a5fcb744))
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "1.10.0",
"version": "1.10.1",
"description": "A tool to list print the commits on one git branch that are not on another using loose comparison",
"main": "branch-diff.js",
"bin": {
Expand Down

0 comments on commit d6a6135

Please sign in to comment.