From 16d2df6709b1bcf64664742cafce9a6261e33cbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 12:16:00 +0000 Subject: [PATCH 1/2] chore(deps): bump actions/setup-node from 4.0.0 to 4.0.1 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4.0.0...v4.0.1) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/test-and-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index a07e70a..3d5490e 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -14,7 +14,7 @@ jobs: with: fetch-depth: 0 - name: Use Node.js ${{ matrix.node }} - uses: actions/setup-node@v4.0.0 + uses: actions/setup-node@v4.0.1 with: node-version: ${{ matrix.node }} - name: Install Dependencies @@ -35,7 +35,7 @@ jobs: with: fetch-depth: 0 - name: Setup Node.js - uses: actions/setup-node@v4.0.0 + uses: actions/setup-node@v4.0.1 with: node-version: lts/* - name: Install dependencies From d5b5301609e47a16ba55e8a4bba30554dd605fc0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 1 Jan 2024 23:42:32 +0000 Subject: [PATCH 2/2] chore(release): 3.0.2 [skip ci] ## [3.0.2](https://github.com/rvagg/branch-diff/compare/v3.0.1...v3.0.2) (2024-01-01) ### Trivial Changes * **deps:** bump actions/setup-node from 4.0.0 to 4.0.1 ([16d2df6](https://github.com/rvagg/branch-diff/commit/16d2df6709b1bcf64664742cafce9a6261e33cbf)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 808bb0b..35d18e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.0.2](https://github.com/rvagg/branch-diff/compare/v3.0.1...v3.0.2) (2024-01-01) + + +### Trivial Changes + +* **deps:** bump actions/setup-node from 4.0.0 to 4.0.1 ([16d2df6](https://github.com/rvagg/branch-diff/commit/16d2df6709b1bcf64664742cafce9a6261e33cbf)) + ## [3.0.1](https://github.com/rvagg/branch-diff/compare/v3.0.0...v3.0.1) (2023-12-13) diff --git a/package.json b/package.json index 7640c7a..3887893 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "branch-diff", - "version": "3.0.1", + "version": "3.0.2", "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",