From 72ceca59e80072a4ba4e27dfc93f668de023be5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 03:57:45 +0000 Subject: [PATCH] chore(deps): bump bcomnes/npm-bump from 2.1.0 to 2.2.1 (#139) Bumps [bcomnes/npm-bump](https://github.com/bcomnes/npm-bump) from 2.1.0 to 2.2.1. - [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.1.0...v2.2.1) --- updated-dependencies: - dependency-name: bcomnes/npm-bump dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 129ff41..f5387af 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: registry-url: 'https://registry.npmjs.org' - run: npm i - run: npm test - - uses: bcomnes/npm-bump@v2.1.0 + - uses: bcomnes/npm-bump@v2.2.1 with: git_email: bcomnes@gmail.com git_username: ${{ github.actor }}