Skip to content

Commit

Permalink
📦 [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
mountainash authored May 7, 2024
1 parent 5d5202f commit 2649834
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 35 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [2.3.2] - 2024-05-07

- 📦 [email protected]

## [2.3.1] - 2024-04-26

- better logging of ALIAS_DOMAINS output
Expand Down
62 changes: 31 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deploy-to-vercel-action",
"version": "2.3.1",
"version": "2.3.2",
"description": "Deploy your project to Vercel using GitHub Actions. Supports PR previews and GitHub deployments.",
"type": "commonjs",
"main": "dist/index.js",
Expand Down Expand Up @@ -41,10 +41,10 @@
"@actions/github": "6.0.0"
},
"devDependencies": {
"@types/node": "20.12.7",
"@types/node": "20.12.10",
"@vercel/ncc": "0.38.1",
"eslint": "9.1.1",
"globals": "^15.0.0"
"eslint": "9.2.0",
"globals": "^15.1.0"
},
"engines": {
"node": ">=20"
Expand Down

0 comments on commit 2649834

Please sign in to comment.