release 2.3.2
Some checks are pending
main / build (push) Waiting to run

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
No known key found for this signature in database
GPG key ID: 6577287BDCA70840
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",