From 69e8a94c47922a0d62732289cf828d3f267b7552 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 03:03:39 +0000 Subject: [PATCH] chore(deps): bump bcomnes/npm-bump from 2.0.2 to 2.1.0 (#105) Bumps [bcomnes/npm-bump](https://github.com/bcomnes/npm-bump) from 2.0.2 to 2.1.0. - [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.0.2...v2.1.0) --- updated-dependencies: - dependency-name: bcomnes/npm-bump dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] 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 8af045c..20bc87e 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.0.2 + - uses: bcomnes/npm-bump@v2.1.0 with: git_email: bcomnes@gmail.com git_username: ${{ github.actor }}