Skip to content

Commit 9893d87

Browse files
committed
🔖 Release v1.10.0 [skip ci]
1 parent e49bbe3 commit 9893d87

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-4
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## [v1.10.0] - 2024-05-05
2+
3+
[Release notes](https://github.com/betahuhn/deploy-to-vercel-action/releases/tag/v1.10.0) · [Compare](https://github.com/betahuhn/deploy-to-vercel-action/compare/v1.9.12...v1.10.0) · [Tag](https://github.com/betahuhn/deploy-to-vercel-action/tree/v1.10.0) · Archive ([zip](https://github.com/betahuhn/deploy-to-vercel-action/archive/v1.10.0.zip) · [tar.gz](https://github.com/betahuhn/deploy-to-vercel-action/archive/v1.10.0.tar.gz))
4+
5+
### New features
6+
7+
- [`39ad2e1`](https://github.com/betahuhn/deploy-to-vercel-action/commit/39ad2e1) Add prebuilt option (#302)
8+
(Issues: [`#302`](https://github.com/betahuhn/deploy-to-vercel-action/issues/302))
9+
10+
### Bug fixes
11+
12+
- [`643bc80`](https://github.com/betahuhn/deploy-to-vercel-action/commit/643bc80) Make repo, user and branch url safe (#289)
13+
(Issues: [`#289`](https://github.com/betahuhn/deploy-to-vercel-action/issues/289))- [`9c29c6f`](https://github.com/betahuhn/deploy-to-vercel-action/commit/9c29c6f) Fix prevent trimming attempts on undefined value (#389)
14+
(Issues: [`#389`](https://github.com/betahuhn/deploy-to-vercel-action/issues/389))
15+
16+
### Security issues
17+
18+
- [`e49bbe3`](https://github.com/betahuhn/deploy-to-vercel-action/commit/e49bbe3) Update action to use Node 20 (#379)
19+
(Issues: [`#379`](https://github.com/betahuhn/deploy-to-vercel-action/issues/379) [`#390`](https://github.com/betahuhn/deploy-to-vercel-action/issues/390))
20+
121
## [v1.9.12] - 2023-01-30
222

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

dist/index.js

-1
Original file line numberDiff line numberDiff line change
@@ -16041,7 +16041,6 @@ core.debug(
1604116041

1604216042
module.exports = context
1604316043

16044-
1604516044
/***/ }),
1604616045

1604716046
/***/ 8396:

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.12",
3+
"version": "1.10.0",
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)