diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f230a96 --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/package-lock.json b/package-lock.json index c00b9aa..e9dfe93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "branch-diff", - "version": "1.10.0", + "version": "1.10.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 59db217..f4ef4b3 100644 --- a/package.json +++ b/package.json @@ -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": {