diff --git a/CHANGELOG.md b/CHANGELOG.md index dbd609a..f77a15c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.3.2 + +* fix: revert fs `readableWebStream` change + ## 2.3.1 ### Bug fixes 🐛 diff --git a/package-lock.json b/package-lock.json index 0d5d5b7..860944d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index b7f2f61..301a2a4 100644 --- a/package.json +++ b/package.json @@ -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",