From f13547e939850c9fd769002f45d26d0cad9dc4d4 Mon Sep 17 00:00:00 2001 From: Alexandre Daubricourt Date: Sun, 2 Jun 2024 17:08:56 +0200 Subject: [PATCH] chore: version bump --- .github/workflows/release-on-version-bump.yml | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-on-version-bump.yml b/.github/workflows/release-on-version-bump.yml index afdf327..08776b9 100644 --- a/.github/workflows/release-on-version-bump.yml +++ b/.github/workflows/release-on-version-bump.yml @@ -20,6 +20,7 @@ jobs: generate-release-note: "true" tag-name: "$newVersion" publish-on-release: + needs: release-on-version-bump runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 diff --git a/package.json b/package.json index 4ca2070..af4a87c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-exception-handling", - "version": "1.1.4", + "version": "1.1.5", "description": "💣 Lints unhandled functions that might throw errors. For JavaScript/TypeScript eslint.", "author": { "email": "alexandre@daubricourt.com",