bump version and update changelog

This commit is contained in:
softprops 2019-09-29 08:25:51 -04:00
parent e7b71cc1a7
commit 6ecc92f5ad
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
## 0.1.3
* Fixed where `with: body-path` was not being used in generated GitHub releases
## 0.1.2 ## 0.1.2
* Add support for merging draft releases [#16](https://github.com/softprops/action-gh-release/pull/16) * Add support for merging draft releases [#16](https://github.com/softprops/action-gh-release/pull/16)

View File

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