update changelog

This commit is contained in:
softprops 2022-11-21 01:58:37 -05:00
parent c4dd3270ce
commit de2c0eb89a
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
## 0.1.15
- Upgrade to action.yml declaration to node16 to address deprecations
- Upgrade dependencies
- Add `asset` output as a JSON array containing information about the uploaded assets - Add `asset` output as a JSON array containing information about the uploaded assets
## 0.1.14 ## 0.1.14

View file

@ -1,6 +1,6 @@
{ {
"name": "action-gh-release", "name": "action-gh-release",
"version": "0.1.14", "version": "0.1.15",
"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",