From f5c4fe753b1c358345ae6794d4dde7df9b37a908 Mon Sep 17 00:00:00 2001 From: BetaHuhn Bot Date: Mon, 4 Jul 2022 00:57:55 +0000 Subject: [PATCH] :bookmark: Release v1.9.4 [skip ci] --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65cd6582..74e89fa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [v1.9.4] - 2022-07-04 + +[Release notes](https://github.com/betahuhn/deploy-to-vercel-action/releases/tag/v1.9.4) · [Compare](https://github.com/betahuhn/deploy-to-vercel-action/compare/v1.9.3...v1.9.4) · [Tag](https://github.com/betahuhn/deploy-to-vercel-action/tree/v1.9.4) · Archive ([zip](https://github.com/betahuhn/deploy-to-vercel-action/archive/v1.9.4.zip) · [tar.gz](https://github.com/betahuhn/deploy-to-vercel-action/archive/v1.9.4.tar.gz)) + +### Dependency updates + +- [`9321d6a`](https://github.com/betahuhn/deploy-to-vercel-action/commit/9321d6a) Bump action-input-parser from 1.2.34 to 1.2.35 + ## [v1.9.3] - 2022-06-20 [Release notes](https://github.com/betahuhn/deploy-to-vercel-action/releases/tag/v1.9.3) · [Compare](https://github.com/betahuhn/deploy-to-vercel-action/compare/v1.9.2...v1.9.3) · [Tag](https://github.com/betahuhn/deploy-to-vercel-action/tree/v1.9.3) · Archive ([zip](https://github.com/betahuhn/deploy-to-vercel-action/archive/v1.9.3.zip) · [tar.gz](https://github.com/betahuhn/deploy-to-vercel-action/archive/v1.9.3.tar.gz)) diff --git a/package-lock.json b/package-lock.json index fbe8f404..a41f61a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "deploy-to-vercel-action", - "version": "1.9.3", + "version": "1.9.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "deploy-to-vercel-action", - "version": "1.9.3", + "version": "1.9.4", "license": "MIT", "dependencies": { "@actions/core": "^1.9.0", diff --git a/package.json b/package.json index 43ab1b55..1c7d445f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "deploy-to-vercel-action", - "version": "1.9.3", + "version": "1.9.4", "description": "Deploy your project to Vercel using GitHub Actions. Supports PR previews and GitHub deployments.", "main": "dist/index.js", "scripts": {