chore: release 2.1.0

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen 2024-11-11 15:15:48 -05:00
parent d5f028c822
commit 01570a1f39
No known key found for this signature in database
GPG key ID: 6577287BDCA70840
4 changed files with 21 additions and 4 deletions

View file

@ -1,3 +1,20 @@
## 2.1.0
## What's Changed
### Exciting New Features 🎉
* feat: add support for release assets with multiple spaces within the name by @dukhine in https://github.com/softprops/action-gh-release/pull/518
* feat: preserve upload order by @richarddd in https://github.com/softprops/action-gh-release/pull/500
### Other Changes 🔄
* chore(deps): bump @types/node from 22.8.2 to 22.8.7 by @dependabot in https://github.com/softprops/action-gh-release/pull/539
## New Contributors
* @dukhine made their first contribution in https://github.com/softprops/action-gh-release/pull/518
* @richarddd made their first contribution in https://github.com/softprops/action-gh-release/pull/500
**Full Changelog**: https://github.com/softprops/action-gh-release/compare/v2...v2.1.0
## 2.0.9
- maintenance release with updated dependencies