release 3.0.1

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen
2026-06-19 10:41:38 -04:00
parent f1a938b9d8
commit 2bb465e97f
3 changed files with 7 additions and 3 deletions
+4
View File
@@ -1,3 +1,7 @@
## 3.0.1
- maintenance release with updated dependencies
## 3.0.0
`3.0.0` is a major release that moves the action runtime from Node 20 to Node 24.
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "action-gh-release",
"version": "3.0.0",
"version": "3.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "action-gh-release",
"version": "3.0.0",
"version": "3.0.1",
"dependencies": {
"@actions/core": "^3.0.1",
"@actions/github": "^9.1.1",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "action-gh-release",
"version": "3.0.0",
"version": "3.0.1",
"private": true,
"description": "GitHub Action for creating GitHub Releases",
"main": "lib/main.js",