release 2.3.2

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen
2025-06-10 18:33:08 -04:00
parent 552dc5524b
commit 72f2c25fcb
3 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
## 2.3.2
* fix: revert fs `readableWebStream` change
## 2.3.1
### Bug fixes 🐛

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "action-gh-release",
"version": "2.3.1",
"version": "2.3.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "action-gh-release",
"version": "2.3.1",
"version": "2.3.2",
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.1",

View File

@ -1,6 +1,6 @@
{
"name": "action-gh-release",
"version": "2.3.1",
"version": "2.3.2",
"private": true,
"description": "GitHub Action for creating GitHub Releases",
"main": "lib/main.js",