Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoalh committed Oct 8, 2022
1 parent 2aca371 commit 9b5948b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ body:
description: "What versions are affected? Versions must be listed as supported in the Security Policy (file: `SECURITY.md`)."
multiple: true
options:
- "v1.1.0-beta.1"
- "v1.0.2"
- "v1.0.1"
validations:
Expand Down
7 changes: 4 additions & 3 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@
| **Releases / Tags / Versions** | **Status** | **Target - PowerShell** | **Target - NodeJS (Wrapper API)** | **Target - NPM (Wrapper API)** |
|:-:|:-:|:-:|:-:|:-:|
| v1.0.X | L | >= v7.2.0 | >= 14.15.0 | >= v6.14.8 |
| v1.0.0 | ❌{🐛} | >= v7.2.0 | >= 14.15.0 | >= v6.14.8 |
| v0.X.X | ❌{🐛🧓} | >= v7.2.0 | >= 14.15.0 | >= v6.14.8 |
| v1.1.X | L | >= v7.2.0 | >= v14.15.0 | >= v6.14.8 |
| v1.0.X | L | >= v7.2.0 | >= v14.15.0 | >= v6.14.8 |
| v1.0.0 | ❌{🐛} | >= v7.2.0 | >= v14.15.0 | >= v6.14.8 |
| v0.X.X | ❌{🐛🧓} | >= v7.2.0 | >= v14.15.0 | >= v6.14.8 |

## Report Vulnerability

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
RootModule = 'hugoalh.GitHubActionsToolkit.psm1'

# Version number of this module.
ModuleVersion = '1.0.2'
ModuleVersion = '1.1.0'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -242,7 +242,7 @@
ReleaseNotes = '(Please visit https://github.com/hugoalh-studio/ghactions-toolkit-powershell/releases.)'

# Prerelease string of this module
# Prerelease = ''
Prerelease = 'beta.1'

# Flag to indicate whether the module requires explicit user acceptance for install/update/save
RequireLicenseAcceptance = $False
Expand Down

0 comments on commit 9b5948b

Please sign in to comment.