Skip to content

Commit

Permalink
feat: use latest Azure adapter in adapter-auto (#11496)
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffrich committed Jan 3, 2024
1 parent 42c2392 commit fe3b260
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/healthy-beers-run.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@sveltejs/adapter-auto": minor
---

feat: bump Azure adapter version
2 changes: 1 addition & 1 deletion packages/adapter-auto/adapters.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const adapters = [
name: 'Azure Static Web Apps',
test: () => process.env.GITHUB_ACTION_REPOSITORY === 'Azure/static-web-apps-deploy',
module: 'svelte-adapter-azure-swa',
version: '0.13'
version: '0.20'
},
{
name: 'AWS via SST',
Expand Down

0 comments on commit fe3b260

Please sign in to comment.