chore: release 2.0.9

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen 2024-10-31 14:17:14 -04:00
parent 04afa1392e
commit e7a8f85e1c
No known key found for this signature in database
GPG Key ID: 6577287BDCA70840
4 changed files with 10 additions and 6 deletions

View File

@ -1,3 +1,7 @@
## 2.0.9
- maintenance release with updated dependencies
## 2.0.8
### Other Changes 🔄

6
dist/index.js vendored

File diff suppressed because one or more lines are too long

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "action-gh-release",
"version": "2.0.8",
"version": "2.0.9",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "action-gh-release",
"version": "2.0.8",
"version": "2.0.9",
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.0",

View File

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