diff --git a/CHANGELOG.md b/CHANGELOG.md index 87978ce6..c7a33c77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [v1.9.2] - 2022-06-06 + +[Release notes](https://github.com/betahuhn/deploy-to-vercel-action/releases/tag/v1.9.2) · [Compare](https://github.com/betahuhn/deploy-to-vercel-action/compare/v1.9.1...v1.9.2) · [Tag](https://github.com/betahuhn/deploy-to-vercel-action/tree/v1.9.2) · Archive ([zip](https://github.com/betahuhn/deploy-to-vercel-action/archive/v1.9.2.zip) · [tar.gz](https://github.com/betahuhn/deploy-to-vercel-action/archive/v1.9.2.tar.gz)) + +### Dependency updates + +- [`64ab129`](https://github.com/betahuhn/deploy-to-vercel-action/commit/64ab129) Bump action-input-parser from 1.2.32 to 1.2.33 + ## [v1.9.1] - 2022-05-30 [Release notes](https://github.com/betahuhn/deploy-to-vercel-action/releases/tag/v1.9.1) · [Compare](https://github.com/betahuhn/deploy-to-vercel-action/compare/v1.9.0...v1.9.1) · [Tag](https://github.com/betahuhn/deploy-to-vercel-action/tree/v1.9.1) · Archive ([zip](https://github.com/betahuhn/deploy-to-vercel-action/archive/v1.9.1.zip) · [tar.gz](https://github.com/betahuhn/deploy-to-vercel-action/archive/v1.9.1.tar.gz)) diff --git a/package-lock.json b/package-lock.json index a1684ef7..4b32cee3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "deploy-to-vercel-action", - "version": "1.9.1", + "version": "1.9.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "deploy-to-vercel-action", - "version": "1.9.1", + "version": "1.9.2", "license": "MIT", "dependencies": { "@actions/core": "^1.8.2", diff --git a/package.json b/package.json index ab479c72..9de72c83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "deploy-to-vercel-action", - "version": "1.9.1", + "version": "1.9.2", "description": "Deploy your project to Vercel using GitHub Actions. Supports PR previews and GitHub deployments.", "main": "dist/index.js", "scripts": {