Skip to content

Commit 1adf34d

Browse files
chore(master): release 42.0.0 (#287)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 78e3df4 commit 1adf34d

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "41.1.4"
2+
".": "42.0.0"
33
}

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## [42.0.0](https://github.com/amondnet/vercel-action/compare/v41.1.4...v42.0.0) (2026-03-27)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* @actions/github upgraded from v2 to v6
9+
10+
### Bug Fixes
11+
12+
* auto-retry deployment when personal account org ID causes scope error ([#298](https://github.com/amondnet/vercel-action/issues/298)) ([1b0001f](https://github.com/amondnet/vercel-action/commit/1b0001faddbd6f631a9ae467c70e3d36e8ebecc4))
13+
* clear VERCEL_ORG_ID and VERCEL_PROJECT_ID env vars on alias retry ([#312](https://github.com/amondnet/vercel-action/issues/312)) ([e34aeb6](https://github.com/amondnet/vercel-action/commit/e34aeb675588e9812975529addb3971bc7f4d3f7))
14+
* **example:** move express-basic-auth function to api/ directory ([#308](https://github.com/amondnet/vercel-action/issues/308)) ([1c7fbdd](https://github.com/amondnet/vercel-action/commit/1c7fbdd4551c032cc7186140489c18dc94530a2d))
15+
* **example:** update nextjs example dependencies to latest versions ([#313](https://github.com/amondnet/vercel-action/issues/313)) ([1043003](https://github.com/amondnet/vercel-action/commit/1043003e7fb6be077b6a3f95870df6a0b6121b94))
16+
* github ref randomly empty for release triggers ([#277](https://github.com/amondnet/vercel-action/issues/277)) ([9ef1deb](https://github.com/amondnet/vercel-action/commit/9ef1deba160a11eaa7bb9a256eadde16513c7d46))
17+
* handle inaccessible PR head repository gracefully ([f9aadd3](https://github.com/amondnet/vercel-action/commit/f9aadd3303aeb96f7003366b164cb06a2b54d69e))
18+
* require both vercel-org-id and vercel-project-id for deployment ([#304](https://github.com/amondnet/vercel-action/issues/304)) ([c5205ad](https://github.com/amondnet/vercel-action/commit/c5205ad240304b884ff8d3084aa791d3bcc93dd5))
19+
* resolve vercel CLI v41 scope error for personal accounts ([#297](https://github.com/amondnet/vercel-action/issues/297)) ([b591ac8](https://github.com/amondnet/vercel-action/commit/b591ac88b0a8142d0289a6e6cc52cad6d6b569c6))
20+
* retry alias command without --scope for personal accounts ([#310](https://github.com/amondnet/vercel-action/issues/310)) ([b1a533d](https://github.com/amondnet/vercel-action/commit/b1a533db34e3a4f0b79082d9037f49d2da0a8c45))
21+
* use correct commit SHA ([#278](https://github.com/amondnet/vercel-action/issues/278)) ([9f07672](https://github.com/amondnet/vercel-action/commit/9f07672661f866626bf48680190c656d3dd1cded))
22+
23+
24+
### Code Refactoring
25+
26+
* migrate to TypeScript with Vitest and modern tooling ([#311](https://github.com/amondnet/vercel-action/issues/311)) ([feb50fe](https://github.com/amondnet/vercel-action/commit/feb50fe48df2033d3ca44a75722c1294487d2f78))
27+
328
## [v25.0.0](https://github.com/amondnet/vercel-action/tree/v25.0.0) (2022-06-08)
429

530
[Full Changelog](https://github.com/amondnet/vercel-action/compare/v20.0.2...v25.0.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vercel-action",
3-
"version": "41.1.4",
3+
"version": "42.0.0",
44
"private": true,
55
"packageManager": "pnpm@10.15.0",
66
"author": {

0 commit comments

Comments
 (0)