Skip to content

Commit 940acf7

Browse files
chore(master): release 41.1.5
1 parent e34aeb6 commit 940acf7

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

.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+
".": "41.1.5"
33
}

CHANGELOG.md

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

3+
## [41.1.5](https://github.com/amondnet/vercel-action/compare/v41.1.4...v41.1.5) (2026-03-26)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
* 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))
10+
* **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))
11+
* 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))
12+
* handle inaccessible PR head repository gracefully ([f9aadd3](https://github.com/amondnet/vercel-action/commit/f9aadd3303aeb96f7003366b164cb06a2b54d69e))
13+
* 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))
14+
* 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))
15+
* 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))
16+
* use correct commit SHA ([#278](https://github.com/amondnet/vercel-action/issues/278)) ([9f07672](https://github.com/amondnet/vercel-action/commit/9f07672661f866626bf48680190c656d3dd1cded))
17+
318
## [v25.0.0](https://github.com/amondnet/vercel-action/tree/v25.0.0) (2022-06-08)
419

520
[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": "41.1.5",
44
"private": true,
55
"packageManager": "pnpm@10.15.0",
66
"author": {

0 commit comments

Comments
 (0)