Skip to content

Commit 879054f

Browse files
committed
Bump version
1 parent aa096d3 commit 879054f

File tree

4 files changed

+51
-51
lines changed

4 files changed

+51
-51
lines changed

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

88
# Supported PSEditions
99
# CompatiblePSEditions = @()

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.1.1",
3+
"version": "2.1.2",
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: 46 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
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.1",
3+
"version": "2.1.2",
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",
@@ -36,8 +36,8 @@
3636
"devDependencies": {
3737
"@stylistic/eslint-plugin": "^1.5.4",
3838
"@types/node": "^20.11.5",
39-
"@typescript-eslint/eslint-plugin": "^6.19.0",
40-
"@typescript-eslint/parser": "^6.19.0",
39+
"@typescript-eslint/eslint-plugin": "^6.19.1",
40+
"@typescript-eslint/parser": "^6.19.1",
4141
"@vercel/ncc": "^0.38.1",
4242
"eslint": "^8.56.0",
4343
"eslint-plugin-only-warn": "^1.1.0",

0 commit comments

Comments
 (0)