From 9c217deeb15f0bd062f065de53e3381afeadc2d5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 7 Feb 2024 13:14:24 +0000 Subject: [PATCH] chore(release): 3.0.3 [skip ci] ## [3.0.3](https://github.com/rvagg/branch-diff/compare/v3.0.2...v3.0.3) (2024-02-07) ### Trivial Changes * **deps:** bump actions/setup-node from 4.0.1 to 4.0.2 ([#64](https://github.com/rvagg/branch-diff/issues/64)) ([0a8c56c](https://github.com/rvagg/branch-diff/commit/0a8c56ccd7adfd6774cff2b77309de9447fe4e7c)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35d18e5..4f470e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.0.3](https://github.com/rvagg/branch-diff/compare/v3.0.2...v3.0.3) (2024-02-07) + + +### Trivial Changes + +* **deps:** bump actions/setup-node from 4.0.1 to 4.0.2 ([#64](https://github.com/rvagg/branch-diff/issues/64)) ([0a8c56c](https://github.com/rvagg/branch-diff/commit/0a8c56ccd7adfd6774cff2b77309de9447fe4e7c)) + ## [3.0.2](https://github.com/rvagg/branch-diff/compare/v3.0.1...v3.0.2) (2024-01-01) diff --git a/package.json b/package.json index 3887893..dad2363 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "branch-diff", - "version": "3.0.2", + "version": "3.0.3", "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",