From 5ff40e5635eb8f8c407443831c07950a80721729 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 08:03:39 +0000 Subject: [PATCH] Bump bcomnes/npm-bump from 2 to 3 Bumps [bcomnes/npm-bump](https://github.com/bcomnes/npm-bump) from 2 to 3. - [Release notes](https://github.com/bcomnes/npm-bump/releases) - [Changelog](https://github.com/bcomnes/npm-bump/blob/master/CHANGELOG.md) - [Commits](https://github.com/bcomnes/npm-bump/compare/v2...v3) --- updated-dependencies: - dependency-name: bcomnes/npm-bump dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 11c7b59..6510a36 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: - run: npm i - run: npm test - name: npm version && npm publish - uses: bcomnes/npm-bump@v2 + uses: bcomnes/npm-bump@v3 with: git_email: bcomnes@gmail.com git_username: ${{ github.actor }}