Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
softprops committed Aug 10, 2021
1 parent 730b76a commit 2d72d86
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,11 @@
## 0.1.12

- 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)

## 0.1.11

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

## 0.1.10

- fixed error message formatting for file uploads
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "action-gh-release",
"version": "0.1.11",
"version": "0.1.12",
"private": true,
"description": "GitHub Action for creating GitHub Releases",
"main": "lib/main.js",
Expand Down

0 comments on commit 2d72d86

Please sign in to comment.