bump version and add changelog notes

This commit is contained in:
softprops 2021-09-13 21:46:37 -04:00
parent 0b1e2e4582
commit 6034af24fb
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
## 0.1.13
- fix issue with multiple runs concatenating release bodies [#145](https://github.com/softprops/action-gh-release/pull/145)
## 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)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "action-gh-release",
"version": "0.1.8",
"version": "0.1.13",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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