Skip to content

Commit 815e458

Browse files
committed
bump version
1 parent 6ecde84 commit 815e458

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.1.11
2+
3+
- better error message on release create failed [#143](https://github.com/softprops/action-gh-release/pull/143)
14
## 0.1.10
25

36
- fixed error message formatting for file uploads

package.json

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

0 commit comments

Comments
 (0)