Skip to content

Commit 1c904f7

Browse files
committed
Bump version
1 parent d677dce commit 1c904f7

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

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 = '2.1.2'
6+
ModuleVersion = '2.1.3'
77

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

221221
# Prerelease string of this module
222-
# Prerelease = ''
222+
Prerelease = 'beta1'
223223

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

hugoalh.GitHubActionsToolkit/nodejs-wrapper/package.json

Lines changed: 2 additions & 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.1.2",
3+
"version": "2.1.3-beta.1",
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",
@@ -15,6 +15,7 @@
1515
},
1616
"license": "MIT",
1717
"author": "hugoalh",
18+
"type": "commonjs",
1819
"main": "./main.js",
1920
"repository": {
2021
"type": "git",

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.1.2",
3+
"version": "2.1.3-beta.1",
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)