Skip to content

Commit

Permalink
chore: release 2.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Nov 11, 2024
1 parent d5f028c commit 01570a1
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "action-gh-release",
"version": "2.0.9",
"version": "2.1.0",
"private": true,
"description": "GitHub Action for creating GitHub Releases",
"main": "lib/main.js",
Expand Down

0 comments on commit 01570a1

Please sign in to comment.