Skip to content

Commit a1232dc

Browse files
committed
Bump version
1 parent 974ab50 commit a1232dc

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
1414
| **Versions** | **Status** | **Target - GitHub Actions Runner** | **Target - PowerShell** | **Target - NodeJS (Wrapper API)** | **Target - NPM (Wrapper API)** |
1515
|:-:|:-:|:-:|:-:|:-:|:-:|
16-
| v1.8.X | L | >= v2.308.0 | >= v7.2.0 | >= v16.13.0 | *N/A* |
17-
| v1.7.X | ✔️ | >= v2.303.0 | >= v7.2.0 | >= v14.15.0 | *N/A* |
16+
| v2.0.X | ✔️ | >= v2.308.0 | >= v7.2.0 | >= v16.13.0 | *N/A* |
17+
| v1.7.X | L | >= v2.303.0 | >= v7.2.0 | >= v14.15.0 | *N/A* |
1818
| v1.6.X | 👎{🧓} | >= v2.303.0 | >= v7.2.0 | >= v14.15.0 | *N/A* |
1919
| v1.5.X | 👎{🧓} | >= v2.303.0 | >= v7.2.0 | >= v14.15.0 | *N/A* |
2020
| v1.4.X | 👎{🧓} | >= v2.303.0 | >= v7.2.0 | >= v14.15.0 | *N/A* |

hugoalh.GitHubActionsToolkit/hugoalh.GitHubActionsToolkit.psd1

Lines changed: 1 addition & 1 deletion
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.8.0'
6+
ModuleVersion = '2.0.0'
77

88
# Supported PSEditions
99
# CompatiblePSEditions = @()

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": "1.8.0",
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)