Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoalh committed Jul 9, 2023
1 parent d63cac9 commit 388adab
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 38 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ body:
description: "What versions are affected? Versions must be listed as supported in the Security Policy (file: `SECURITY.md`)."
multiple: true
options:
- "v1.6.0-beta.4"
- "v1.6.0"
- "v1.5.0"
- "v1.4.1"
- "v1.4.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
ReleaseNotes = '(Please visit https://github.com/hugoalh-studio/ghactions-toolkit-powershell/releases.)'

# Prerelease string of this module
Prerelease = 'beta4'
# Prerelease = ''

# Flag to indicate whether the module requires explicit user acceptance for install/update/save
RequireLicenseAcceptance = $False
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hugoalh/ghactions-toolkit-powershell-nodejs-wrapper",
"version": "1.6.0-beta.4",
"version": "1.6.0",
"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.",
"keywords": [
"gh-actions",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hugoalh/ghactions-toolkit-powershell-nodejs-wrapper",
"version": "1.6.0-beta.4",
"version": "1.6.0",
"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.",
"keywords": [
"gh-actions",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@actions/tool-cache": "^2.0.1"
},
"devDependencies": {
"@types/node": "^20.4.0",
"@types/node": "^20.4.1",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"@vercel/ncc": "^0.36.1",
Expand Down
48 changes: 15 additions & 33 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 388adab

Please sign in to comment.