From 0e04edf2b78f2da38c3e45d655a77e546557106f Mon Sep 17 00:00:00 2001 From: BetaHuhn Bot Date: Fri, 19 Mar 2021 21:40:24 +0000 Subject: [PATCH] :bookmark: Release v1.3.0 [skip ci] --- CHANGELOG.md | 21 +++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2754677e..621c2131 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +## [v1.3.0] - 2021-03-19 + +[Release notes](https://github.com/betahuhn/deploy-to-vercel-action/releases/tag/v1.3.0) · [Compare](https://github.com/betahuhn/deploy-to-vercel-action/compare/v1.2.7...v1.3.0) · [Tag](https://github.com/betahuhn/deploy-to-vercel-action/tree/v1.3.0) · Archive ([zip](https://github.com/betahuhn/deploy-to-vercel-action/archive/v1.3.0.zip) · [tar.gz](https://github.com/betahuhn/deploy-to-vercel-action/archive/v1.3.0.tar.gz)) + +### New features + +- [`b5b7c50`](https://github.com/betahuhn/deploy-to-vercel-action/commit/b5b7c50) Attach commit metadata to deployment +- [`a6db3ed`](https://github.com/betahuhn/deploy-to-vercel-action/commit/a6db3ed) Don't deploy PR if from fork +- [`d182fc0`](https://github.com/betahuhn/deploy-to-vercel-action/commit/d182fc0) Cleaner and more detailed PR comment + +### Bug fixes + +- [`de6fcd8`](https://github.com/betahuhn/deploy-to-vercel-action/commit/de6fcd8) Use correct sha when triggered by PR + +### Dependency updates + +- [`0afdecb`](https://github.com/betahuhn/deploy-to-vercel-action/commit/0afdecb) Bump vercel from 21.3.2 to 21.3.3 +- [`62c6d2e`](https://github.com/betahuhn/deploy-to-vercel-action/commit/62c6d2e) Bump eslint from 7.21.0 to 7.22.0 +- [`094c707`](https://github.com/betahuhn/deploy-to-vercel-action/commit/094c707) Bump @actions/github from 2.2.0 to 4.0.0 (#2) +(Issues: [`#2`](https://github.com/betahuhn/deploy-to-vercel-action/issues/2)) + ## [v1.2.7] - 2021-03-08 [Release notes](https://github.com/betahuhn/deploy-to-vercel-action/releases/tag/v1.2.7) · [Compare](https://github.com/betahuhn/deploy-to-vercel-action/compare/v1.2.6...v1.2.7) · [Tag](https://github.com/betahuhn/deploy-to-vercel-action/tree/v1.2.7) · Archive ([zip](https://github.com/betahuhn/deploy-to-vercel-action/archive/v1.2.7.zip) · [tar.gz](https://github.com/betahuhn/deploy-to-vercel-action/archive/v1.2.7.tar.gz)) diff --git a/package-lock.json b/package-lock.json index c3d2a88f..37399924 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "deploy-to-vercel-action", - "version": "1.2.7", + "version": "1.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5cd99835..1c451718 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "deploy-to-vercel-action", - "version": "1.2.7", + "version": "1.3.0", "description": "Deploy your project to Vercel using GitHub Actions. Supports PR previews and GitHub deployments.", "main": "dist/index.js", "scripts": {