diff --git a/README.md b/README.md index e1ec124..dcfb05b 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check - uses: mristin/opinionated-commit-message@v2.3.1 + uses: mristin/opinionated-commit-message@v2.3.2 ``` ## Checked Events diff --git a/local/powershell/OpinionatedCommitMessage.ps1 b/local/powershell/OpinionatedCommitMessage.ps1 index dffc86d..65504db 100644 --- a/local/powershell/OpinionatedCommitMessage.ps1 +++ b/local/powershell/OpinionatedCommitMessage.ps1 @@ -1,6 +1,6 @@ #!/usr/bin/env pwsh # This file was generated by src/scripts/toPowershell.ts. Do NOT edit or append! -# Version: 2.3.1 +# Version: 2.3.2 # Copyright (c) 2020 Marko Ristin # MIT License diff --git a/package.json b/package.json index eef1879..43995cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mristin/opinionated-commit-message", - "version": "2.3.1", + "version": "2.3.2", "description": "GitHub Action to check commit messages according to an opinionated style", "keywords": [ "github",