Skip to content

Commit de2c0eb

Browse files
committed
update changelog
1 parent c4dd327 commit de2c0eb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.15
2+
3+
- Upgrade to action.yml declaration to node16 to address deprecations
4+
- Upgrade dependencies
15
- Add `asset` output as a JSON array containing information about the uploaded assets
26

37
## 0.1.14

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "action-gh-release",
3-
"version": "0.1.14",
3+
"version": "0.1.15",
44
"private": true,
55
"description": "GitHub Action for creating GitHub Releases",
66
"main": "lib/main.js",

0 commit comments

Comments
 (0)