From c64ef49c37fe811eed276afabdb7a0ca9e568df0 Mon Sep 17 00:00:00 2001 From: BetaHuhn Bot Date: Mon, 22 Nov 2021 00:29:01 +0000 Subject: [PATCH] :bookmark: Release v1.5.5 [skip ci] --- CHANGELOG.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adb62c7b..ae1bcadc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [v1.5.5] - 2021-11-22 + +[Release notes](https://github.com/betahuhn/deploy-to-vercel-action/releases/tag/v1.5.5) · [Compare](https://github.com/betahuhn/deploy-to-vercel-action/compare/v1.5.4...v1.5.5) · [Tag](https://github.com/betahuhn/deploy-to-vercel-action/tree/v1.5.5) · Archive ([zip](https://github.com/betahuhn/deploy-to-vercel-action/archive/v1.5.5.zip) · [tar.gz](https://github.com/betahuhn/deploy-to-vercel-action/archive/v1.5.5.tar.gz)) + +### Dependency updates + +- [`f8b8a33`](https://github.com/betahuhn/deploy-to-vercel-action/commit/f8b8a33) Bump @vercel/ncc from 0.31.1 to 0.32.0 +- [`e3fc9ad`](https://github.com/betahuhn/deploy-to-vercel-action/commit/e3fc9ad) Bump got from 11.8.2 to 11.8.3 + ## [v1.5.4] - 2021-10-25 [Release notes](https://github.com/betahuhn/deploy-to-vercel-action/releases/tag/v1.5.4) · [Compare](https://github.com/betahuhn/deploy-to-vercel-action/compare/v1.5.3...v1.5.4) · [Tag](https://github.com/betahuhn/deploy-to-vercel-action/tree/v1.5.4) · Archive ([zip](https://github.com/betahuhn/deploy-to-vercel-action/archive/v1.5.4.zip) · [tar.gz](https://github.com/betahuhn/deploy-to-vercel-action/archive/v1.5.4.tar.gz)) diff --git a/package-lock.json b/package-lock.json index fc1b3726..f1a7c75b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "deploy-to-vercel-action", - "version": "1.5.4", + "version": "1.5.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 146c3194..b751e21a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "deploy-to-vercel-action", - "version": "1.5.4", + "version": "1.5.5", "description": "Deploy your project to Vercel using GitHub Actions. Supports PR previews and GitHub deployments.", "main": "dist/index.js", "scripts": {