Skip to content

Commit c95fe14

Browse files
committed
release 2.2.1
Signed-off-by: Rui Chen <[email protected]>
1 parent deddb09 commit c95fe14

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 2.2.1
2+
3+
## What's Changed
4+
5+
### Bug fixes 🐛
6+
7+
* fix: big file uploads by @xen0n in https://github.com/softprops/action-gh-release/pull/562
8+
9+
### Other Changes 🔄
10+
* chore(deps): bump @types/node from 22.10.1 to 22.10.2 by @dependabot in https://github.com/softprops/action-gh-release/pull/559
11+
* chore(deps): bump @types/node from 22.10.2 to 22.10.5 by @dependabot in https://github.com/softprops/action-gh-release/pull/569
12+
* chore: update error and warning messages for not matching files in files field by @ytimocin in https://github.com/softprops/action-gh-release/pull/568
13+
114
## 2.2.0
215

316
## What's Changed

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

0 commit comments

Comments
 (0)