Skip to content

Commit 7b4da11

Browse files
committed
release 2.2.0
Signed-off-by: Rui Chen <[email protected]>
1 parent 64f1fa1 commit 7b4da11

File tree

4 files changed

+26
-10
lines changed

4 files changed

+26
-10
lines changed

CHANGELOG.md

+22-6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## 2.2.0
2+
3+
## What's Changed
4+
5+
### Exciting New Features 🎉
6+
7+
* feat: read the release assets asynchronously by @xen0n in https://github.com/softprops/action-gh-release/pull/552
8+
9+
### Bug fixes 🐛
10+
11+
* fix(docs): clarify the default for tag_name by @alexeagle in https://github.com/softprops/action-gh-release/pull/544
12+
13+
### Other Changes 🔄
14+
15+
* chore(deps): bump typescript from 5.6.3 to 5.7.2 by @dependabot in https://github.com/softprops/action-gh-release/pull/548
16+
* chore(deps): bump @types/node from 22.9.0 to 22.9.4 by @dependabot in https://github.com/softprops/action-gh-release/pull/547
17+
* chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 by @dependabot in https://github.com/softprops/action-gh-release/pull/545
18+
* chore(deps): bump @vercel/ncc from 0.38.2 to 0.38.3 by @dependabot in https://github.com/softprops/action-gh-release/pull/543
19+
* chore(deps): bump prettier from 3.3.3 to 3.4.1 by @dependabot in https://github.com/softprops/action-gh-release/pull/550
20+
* chore(deps): bump @types/node from 22.9.4 to 22.10.1 by @dependabot in https://github.com/softprops/action-gh-release/pull/551
21+
* chore(deps): bump prettier from 3.4.1 to 3.4.2 by @dependabot in https://github.com/softprops/action-gh-release/pull/554
22+
123
## 2.1.0
224

325
## What's Changed
@@ -9,12 +31,6 @@
931
### Other Changes 🔄
1032
* 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
1133

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-
1834
## 2.0.9
1935

2036
- 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.1.0",
3+
"version": "2.2.0",
44
"private": true,
55
"description": "GitHub Action for creating GitHub Releases",
66
"main": "lib/main.js",

0 commit comments

Comments
 (0)