Skip to content

Commit 9b5948b

Browse files
committed
Bump version number
1 parent 2aca371 commit 9b5948b

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ body:
1818
description: "What versions are affected? Versions must be listed as supported in the Security Policy (file: `SECURITY.md`)."
1919
multiple: true
2020
options:
21+
- "v1.1.0-beta.1"
2122
- "v1.0.2"
2223
- "v1.0.1"
2324
validations:

SECURITY.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@
1313
1414
| **Releases / Tags / Versions** | **Status** | **Target - PowerShell** | **Target - NodeJS (Wrapper API)** | **Target - NPM (Wrapper API)** |
1515
|:-:|:-:|:-:|:-:|:-:|
16-
| v1.0.X | L | >= v7.2.0 | >= 14.15.0 | >= v6.14.8 |
17-
| v1.0.0 | ❌{🐛} | >= v7.2.0 | >= 14.15.0 | >= v6.14.8 |
18-
| v0.X.X | ❌{🐛🧓} | >= v7.2.0 | >= 14.15.0 | >= v6.14.8 |
16+
| v1.1.X | L | >= v7.2.0 | >= v14.15.0 | >= v6.14.8 |
17+
| v1.0.X | L | >= v7.2.0 | >= v14.15.0 | >= v6.14.8 |
18+
| v1.0.0 | ❌{🐛} | >= v7.2.0 | >= v14.15.0 | >= v6.14.8 |
19+
| v0.X.X | ❌{🐛🧓} | >= v7.2.0 | >= v14.15.0 | >= v6.14.8 |
1920

2021
## Report Vulnerability
2122

hugoalh.GitHubActionsToolkit/hugoalh.GitHubActionsToolkit.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
RootModule = 'hugoalh.GitHubActionsToolkit.psm1'
44

55
# Version number of this module.
6-
ModuleVersion = '1.0.2'
6+
ModuleVersion = '1.1.0'
77

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

244244
# Prerelease string of this module
245-
# Prerelease = ''
245+
Prerelease = 'beta.1'
246246

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

0 commit comments

Comments
 (0)