chore: update changeset

Signed-off-by: Timothy Deakin <cftad@protonmail.com>
This commit is contained in:
Timothy Deakin
2024-03-29 14:48:14 +00:00
parent 340cbdb8af
commit 8d94906605
+3 -1
View File
@@ -2,4 +2,6 @@
'@backstage/plugin-auth-backend-module-aws-alb-provider': minor
---
**BREAKING** The `authModuleAwsAlbProvider` is now the default export and should be used like this in your backend: `backend.add(import('@backstage/plugin-auth-backend-module-aws-alb-provider'));`
Added `authModuleAwsAlbProvider` as a default export.
It can now be used like this in your backend: `backend.add(import('@backstage/plugin-auth-backend-module-aws-alb-provider'));`