Skip to content

Commit 2d72d86

Browse files
committed
bump version
1 parent 730b76a commit 2d72d86

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1+
## 0.1.12
2+
3+
- fix bug leading to empty strings subsituted for inputs users don't provide breaking api calls [#144](https://github.com/softprops/action-gh-release/pull/144)
4+
15
## 0.1.11
26

37
- better error message on release create failed [#143](https://github.com/softprops/action-gh-release/pull/143)
8+
49
## 0.1.10
510

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

0 commit comments

Comments
 (0)