Skip to content

Commit c5b9cb6

Browse files
committed
Bump version
1 parent a43a7e0 commit c5b9cb6

File tree

5 files changed

+8
-11
lines changed

5 files changed

+8
-11
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,8 @@ 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.2.0-beta.3"
21+
- "v1.2.0"
2222
- "v1.1.1"
23-
- "v1.1.0"
24-
- "v1.0.2"
25-
- "v1.0.1"
2623
validations:
2724
required: false
2825
- type: "textarea"

SECURITY.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
| **Versions** | **Status** | **Target - PowerShell** | **Target - NodeJS (Wrapper API)** | **Target - NPM (Wrapper API)** |
1515
|:-:|:-:|:-:|:-:|:-:|
1616
| v1.2.X | L | >= v7.2.0 | >= v14.15.0 | *N/A* |
17-
| v1.1.X | L | >= v7.2.0 | >= v14.15.0 | >= v6.14.8 |
18-
| v1.1.0 | 👎{🐛} | >= v7.2.0 | >= v14.15.0 | >= v6.14.8 |
19-
| v1.0.X | 👎{🐛} | >= v7.2.0 | >= v14.15.0 | >= v6.14.8 |
20-
| v1.0.0 | ❌{🐛} | >= v7.2.0 | >= v14.15.0 | >= v6.14.8 |
17+
| v1.1.X | | >= v7.2.0 | >= v14.15.0 | >= v6.14.8 |
18+
| v1.1.0 | {🐛} | >= v7.2.0 | >= v14.15.0 | >= v6.14.8 |
19+
| v1.0.X | ❌{🐛🧓} | >= v7.2.0 | >= v14.15.0 | >= v6.14.8 |
20+
| v1.0.0 | ❌{🐛🧓} | >= v7.2.0 | >= v14.15.0 | >= v6.14.8 |
2121
| v0.X.X | ❌{🐛🧓} | >= v7.2.0 | >= v14.15.0 | >= v6.14.8 |
2222

2323
## Report Vulnerability

hugoalh.GitHubActionsToolkit/hugoalh.GitHubActionsToolkit.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250
ReleaseNotes = '(Please visit https://github.com/hugoalh-studio/ghactions-toolkit-powershell/releases.)'
251251

252252
# Prerelease string of this module
253-
Prerelease = 'beta3'
253+
# Prerelease = ''
254254

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

hugoalh.GitHubActionsToolkit/module/nodejs-wrapper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hugoalh/ghactions-toolkit-powershell-nodejs-wrapper-distribution",
3-
"version": "1.2.0-beta.3",
3+
"version": "1.2.0",
44
"description": "A PowerShell module to provide a better and easier way for GitHub Actions to communicate with the runner machine, and the toolkit for developing GitHub Actions in PowerShell.",
55
"keywords": [
66
"gh-actions",

nodejs-wrapper-source/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hugoalh/ghactions-toolkit-powershell-nodejs-wrapper-source",
3-
"version": "1.2.0-beta.3",
3+
"version": "1.2.0",
44
"description": "A PowerShell module to provide a better and easier way for GitHub Actions to communicate with the runner machine, and the toolkit for developing GitHub Actions in PowerShell.",
55
"keywords": [
66
"gh-actions",

0 commit comments

Comments
 (0)