Skip to content

Commit

Permalink
🔖 Release v1.4.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
BetaHuhnBot committed Sep 24, 2021
1 parent a2a335b commit 1fa5392
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [v1.4.0] - 2021-09-24

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

### New features

- [`57d3a65`](https://github.com/betahuhn/deploy-to-vercel-action/commit/57d3a65) Specify custom GitHub deployment environment (#89)
(Issues: [`#89`](https://github.com/betahuhn/deploy-to-vercel-action/issues/89))

### Dependency updates

- [`4628ff4`](https://github.com/betahuhn/deploy-to-vercel-action/commit/4628ff4) Bump action-input-parser from 1.2.17 to 1.2.18

## [v1.3.22] - 2021-09-20

[Release notes](https://github.com/betahuhn/deploy-to-vercel-action/releases/tag/v1.3.22) · [Compare](https://github.com/betahuhn/deploy-to-vercel-action/compare/v1.3.21...v1.3.22) · [Tag](https://github.com/betahuhn/deploy-to-vercel-action/tree/v1.3.22) · Archive ([zip](https://github.com/betahuhn/deploy-to-vercel-action/archive/v1.3.22.zip) · [tar.gz](https://github.com/betahuhn/deploy-to-vercel-action/archive/v1.3.22.tar.gz))
Expand Down
2 changes: 1 addition & 1 deletion 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.3.22",
"version": "1.4.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 1fa5392

Please sign in to comment.