release 2.0.8

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen 2024-07-18 17:39:42 -04:00
parent 380635c4ad
commit c062e08bd5
No known key found for this signature in database
GPG Key ID: 6577287BDCA70840
3 changed files with 13 additions and 3 deletions

View File

@ -1,3 +1,13 @@
## 2.0.8
### Other Changes 🔄
* chore(deps): bump prettier from 2.8.0 to 3.3.3 by @dependabot in https://github.com/softprops/action-gh-release/pull/480
* chore(deps): bump @types/node from 20.14.9 to 20.14.11 by @dependabot in https://github.com/softprops/action-gh-release/pull/483
* chore(deps): bump @octokit/plugin-throttling from 9.3.0 to 9.3.1 by @dependabot in https://github.com/softprops/action-gh-release/pull/484
* chore(deps): bump glob from 10.4.2 to 11.0.0 by @dependabot in https://github.com/softprops/action-gh-release/pull/477
* refactor: write jest config in ts by @chenrui333 in https://github.com/softprops/action-gh-release/pull/485
* chore(deps): bump @actions/github from 5.1.1 to 6.0.0 by @dependabot in https://github.com/softprops/action-gh-release/pull/470
## 2.0.7
### Bug fixes 🐛

4
package-lock.json generated
View File

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

View File

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