Skip to content

Commit

Permalink
🔖 Release v1.10.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
BetaHuhnBot committed May 5, 2024
1 parent e49bbe3 commit 9893d87
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## [v1.10.0] - 2024-05-05

[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))

### New features

- [`39ad2e1`](https://github.com/betahuhn/deploy-to-vercel-action/commit/39ad2e1) Add prebuilt option (#302)
(Issues: [`#302`](https://github.com/betahuhn/deploy-to-vercel-action/issues/302))

### Bug fixes

- [`643bc80`](https://github.com/betahuhn/deploy-to-vercel-action/commit/643bc80) Make repo, user and branch url safe (#289)
(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)
(Issues: [`#389`](https://github.com/betahuhn/deploy-to-vercel-action/issues/389))

### Security issues

- [`e49bbe3`](https://github.com/betahuhn/deploy-to-vercel-action/commit/e49bbe3) Update action to use Node 20 (#379)
(Issues: [`#379`](https://github.com/betahuhn/deploy-to-vercel-action/issues/379) [`#390`](https://github.com/betahuhn/deploy-to-vercel-action/issues/390))

## [v1.9.12] - 2023-01-30

[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))
Expand Down
1 change: 0 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16041,7 +16041,6 @@ core.debug(

module.exports = context


/***/ }),

/***/ 8396:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deploy-to-vercel-action",
"version": "1.9.12",
"version": "1.10.0",
"description": "Deploy your project to Vercel using GitHub Actions. Supports PR previews and GitHub deployments.",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 9893d87

Please sign in to comment.