From 0548ed780432e1fa31320ea0f514fa6ad243809b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 25 Oct 2023 00:23:47 +0000 Subject: [PATCH] chore(release): 2.1.5 [skip ci] ## [2.1.5](https://github.com/rvagg/branch-diff/compare/v2.1.4...v2.1.5) (2023-10-25) ### Trivial Changes * **deps:** bump actions/checkout from 3 to 4 ([5159aee](https://github.com/rvagg/branch-diff/commit/5159aee62651cea6d11c8ea9d081887bc57984a3)) * **deps:** bump actions/setup-node from 3.8.1 to 4.0.0 ([7aee4b2](https://github.com/rvagg/branch-diff/commit/7aee4b2dd229067a8d3546b86565919047e6e660)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8fb1a3..41234f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [2.1.5](https://github.com/rvagg/branch-diff/compare/v2.1.4...v2.1.5) (2023-10-25) + + +### Trivial Changes + +* **deps:** bump actions/checkout from 3 to 4 ([5159aee](https://github.com/rvagg/branch-diff/commit/5159aee62651cea6d11c8ea9d081887bc57984a3)) +* **deps:** bump actions/setup-node from 3.8.1 to 4.0.0 ([7aee4b2](https://github.com/rvagg/branch-diff/commit/7aee4b2dd229067a8d3546b86565919047e6e660)) + ## [2.1.4](https://github.com/rvagg/branch-diff/compare/v2.1.3...v2.1.4) (2023-08-21) diff --git a/package.json b/package.json index 667fe42..a37d457 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "branch-diff", - "version": "2.1.4", + "version": "2.1.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",