release 2.3.1

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen 2025-06-10 17:15:05 -04:00
parent 07a2257003
commit f3cad8bcbf
No known key found for this signature in database
GPG key ID: 6577287BDCA70840
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
## 2.3.1
### Bug fixes 🐛
* fix: fix file closing issue by @WailGree in https://github.com/softprops/action-gh-release/pull/629
## 2.3.0
* Migrate from jest to vitest

View file

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