update changelog

This commit is contained in:
softprops 2024-05-06 09:38:04 -04:00
parent 40bf9ec7aa
commit 72e945e627
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
## 2.0.5 (unreleased)
- Factor in file names with spaces when upserting files [#446](https://github.com/softprops/action-gh-release/pull/446) via [@MystiPanda](https://github.com/MystiPanda)
## 2.0.4
- Minor follow up to [#417](https://github.com/softprops/action-gh-release/pull/417). [#425](https://github.com/softprops/action-gh-release/pull/425)

View File

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