Skip to content

Commit 5eabc46

Browse files
committed
🔖 Release v1.9.6 [skip ci]
1 parent 6bb8ca7 commit 5eabc46

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [v1.9.6] - 2022-09-05
2+
3+
[Release notes](https://github.com/betahuhn/deploy-to-vercel-action/releases/tag/v1.9.6) · [Compare](https://github.com/betahuhn/deploy-to-vercel-action/compare/v1.9.5...v1.9.6) · [Tag](https://github.com/betahuhn/deploy-to-vercel-action/tree/v1.9.6) · Archive ([zip](https://github.com/betahuhn/deploy-to-vercel-action/archive/v1.9.6.zip) · [tar.gz](https://github.com/betahuhn/deploy-to-vercel-action/archive/v1.9.6.tar.gz))
4+
5+
### Dependency updates
6+
7+
- [`8180fa1`](https://github.com/betahuhn/deploy-to-vercel-action/commit/8180fa1) Bump action-input-parser from 1.2.35 to 1.2.36
8+
19
## [v1.9.5] - 2022-08-15
210

311
[Release notes](https://github.com/betahuhn/deploy-to-vercel-action/releases/tag/v1.9.5) · [Compare](https://github.com/betahuhn/deploy-to-vercel-action/compare/v1.9.4...v1.9.5) · [Tag](https://github.com/betahuhn/deploy-to-vercel-action/tree/v1.9.5) · Archive ([zip](https://github.com/betahuhn/deploy-to-vercel-action/archive/v1.9.5.zip) · [tar.gz](https://github.com/betahuhn/deploy-to-vercel-action/archive/v1.9.5.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.5",
3+
"version": "1.9.6",
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)