Skip to content

Commit c591c55

Browse files
committed
🔖 Release v1.9.10 [skip ci]
1 parent 2baf029 commit c591c55

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [v1.9.10] - 2022-11-08
2+
3+
[Release notes](https://github.com/betahuhn/deploy-to-vercel-action/releases/tag/v1.9.10) · [Compare](https://github.com/betahuhn/deploy-to-vercel-action/compare/v1.9.9...v1.9.10) · [Tag](https://github.com/betahuhn/deploy-to-vercel-action/tree/v1.9.10) · Archive ([zip](https://github.com/betahuhn/deploy-to-vercel-action/archive/v1.9.10.zip) · [tar.gz](https://github.com/betahuhn/deploy-to-vercel-action/archive/v1.9.10.tar.gz))
4+
15
## [v1.9.9] - 2022-10-10
26

37
[Release notes](https://github.com/betahuhn/deploy-to-vercel-action/releases/tag/v1.9.9) · [Compare](https://github.com/betahuhn/deploy-to-vercel-action/compare/v1.9.8...v1.9.9) · [Tag](https://github.com/betahuhn/deploy-to-vercel-action/tree/v1.9.9) · Archive ([zip](https://github.com/betahuhn/deploy-to-vercel-action/archive/v1.9.9.zip) · [tar.gz](https://github.com/betahuhn/deploy-to-vercel-action/archive/v1.9.9.tar.gz))

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deploy-to-vercel-action",
3-
"version": "1.9.9",
3+
"version": "1.9.10",
44
"description": "Deploy your project to Vercel using GitHub Actions. Supports PR previews and GitHub deployments.",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)