Skip to content

Commit fe3b260

Browse files
authored
feat: use latest Azure adapter in adapter-auto (#11496)
1 parent 42c2392 commit fe3b260

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/healthy-beers-run.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@sveltejs/adapter-auto": minor
3+
---
4+
5+
feat: bump Azure adapter version

packages/adapter-auto/adapters.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const adapters = [
2323
name: 'Azure Static Web Apps',
2424
test: () => process.env.GITHUB_ACTION_REPOSITORY === 'Azure/static-web-apps-deploy',
2525
module: 'svelte-adapter-azure-swa',
26-
version: '0.13'
26+
version: '0.20'
2727
},
2828
{
2929
name: 'AWS via SST',

0 commit comments

Comments
 (0)