bump version

This commit is contained in:
softprops 2021-08-09 09:27:57 -04:00
parent 6ecde844e8
commit 815e458579
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
## 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

View File

@ -1,6 +1,6 @@
{
"name": "action-gh-release",
"version": "0.1.10",
"version": "0.1.11",
"private": true,
"description": "GitHub Action for creating GitHub Releases",
"main": "lib/main.js",