Skip to content

Commit 01570a1

Browse files
committed
chore: release 2.1.0
Signed-off-by: Rui Chen <[email protected]>
1 parent d5f028c commit 01570a1

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-4
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 2.1.0
2+
3+
## What's Changed
4+
5+
### Exciting New Features 🎉
6+
* feat: add support for release assets with multiple spaces within the name by @dukhine in https://github.com/softprops/action-gh-release/pull/518
7+
* feat: preserve upload order by @richarddd in https://github.com/softprops/action-gh-release/pull/500
8+
9+
### Other Changes 🔄
10+
* 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
11+
12+
## New Contributors
13+
* @dukhine made their first contribution in https://github.com/softprops/action-gh-release/pull/518
14+
* @richarddd made their first contribution in https://github.com/softprops/action-gh-release/pull/500
15+
16+
**Full Changelog**: https://github.com/softprops/action-gh-release/compare/v2...v2.1.0
17+
118
## 2.0.9
219

320
- maintenance release with updated dependencies

dist/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "action-gh-release",
3-
"version": "2.0.9",
3+
"version": "2.1.0",
44
"private": true,
55
"description": "GitHub Action for creating GitHub Releases",
66
"main": "lib/main.js",

0 commit comments

Comments
 (0)