Skip to content

Commit e1edf5e

Browse files
committed
Bump version
1 parent d8a76a4 commit e1edf5e

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A PowerShell module to provide a better and easier way for GitHub Actions to com
1515
### PowerShell
1616

1717
- **Target Version:** >= v7.2.0, &:
18-
- GitHub Actions Runner >= v2.310.0
18+
- GitHub Actions Runner >= v2.311.0
1919
- NodeJS >= v16.13.0 *\[Optional, for NodeJS based wrapper API\]*
2020
- **Domain/Registry:**
2121
- [PowerShell Gallery](https://www.powershellgallery.com/packages/hugoalh.GitHubActionsToolkit)

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
1313
| **Versions** | **Status** | **🔵 Date** | **🟢 Date** | **🔴 Date** | **Target - GitHub Actions Runner** | **Target - PowerShell** | **Target - NodeJS (Wrapper API)** |
1414
|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|
15-
| v2.0.X | 🟤 | *Pending <br />2023-12-01* | *N/A* | *N/A* | >= v2.310.0 | >= v7.2.0 | >= v16.13.0 |
16-
| v1.7.X | 🟢 | 2023-07-24 | 2023-07-24 | *Pending <br />2024-01-01* | >= v2.303.0 | >= v7.2.0 | >= v14.15.0 |
15+
| v2.X.X | 🔵 | 2023-12-04 | *Pending <br />2024-01-01* | *Unknown* | >= v2.311.0 | >= v7.2.0 | >= v16.13.0 |
16+
| v1.7.X | 🟢 | 2023-07-24 | 2023-07-24 | *Pending <br />2024-02-01* | >= v2.303.0 | >= v7.2.0 | >= v14.15.0 |
1717
| v1.6.X | 🔴 | 2023-07-09 | 2023-07-09 | 2023-07-31 | >= v2.303.0 | >= v7.2.0 | >= v14.15.0 |
1818
| v1.5.X | 🔴 | 2023-04-28 | 2023-04-28 | 2023-07-14 | >= v2.303.0 | >= v7.2.0 | >= v14.15.0 |
1919
| v1.4.X | 🔴 | 2023-03-24 | 2023-03-24 | 2023-05-01 | >= v2.303.0 | >= v7.2.0 | >= v14.15.0 |

hugoalh.GitHubActionsToolkit/hugoalh.GitHubActionsToolkit.psd1

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

220220
# Prerelease string of this module
221-
Prerelease = 'beta4'
221+
# Prerelease = ''
222222

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

hugoalh.GitHubActionsToolkit/nodejs-wrapper/main.js

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hugoalh.GitHubActionsToolkit/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",
3-
"version": "2.0.0-beta.4",
3+
"version": "2.0.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",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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",
3-
"version": "2.0.0-beta.4",
3+
"version": "2.0.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)