bump version and update changelog
This commit is contained in:
parent
e7b71cc1a7
commit
6ecc92f5ad
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
## 0.1.3
|
||||
|
||||
* Fixed where `with: body-path` was not being used in generated GitHub releases
|
||||
|
||||
## 0.1.2
|
||||
|
||||
* Add support for merging draft releases [#16](https://github.com/softprops/action-gh-release/pull/16)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "action-gh-release",
|
||||
"version": "0.1.2",
|
||||
"version": "0.1.3",
|
||||
"private": true,
|
||||
"description": "GitHub Action for creating GitHub Releases",
|
||||
"main": "lib/main.js",
|
||||
|
|
Loading…
Reference in a new issue