Skip to content

Commit

Permalink
🔖 Release v1.0.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
BetaHuhnBot committed Jan 30, 2021
1 parent 4f1bfa5 commit db304b5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [v1.0.2] - 2021-01-30

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

### Bug fixes

- [`4f1bfa5`](https://github.com/betahuhn/deploy-to-vercel-action/commit/4f1bfa5) If PR don't deploy to production

## [v1.0.1] - 2021-01-30

[Release notes](https://github.com/betahuhn/deploy-to-vercel-action/releases/tag/v1.0.1) · [Compare](https://github.com/betahuhn/deploy-to-vercel-action/compare/v1.0.0...v1.0.1) · [Tag](https://github.com/betahuhn/deploy-to-vercel-action/tree/v1.0.1) · Archive ([zip](https://github.com/betahuhn/deploy-to-vercel-action/archive/v1.0.1.zip) · [tar.gz](https://github.com/betahuhn/deploy-to-vercel-action/archive/v1.0.1.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.0.1",
"version": "1.0.2",
"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 db304b5

Please sign in to comment.