From 8d94906605c2e58800071086773f258052b0c645 Mon Sep 17 00:00:00 2001 From: Timothy Deakin Date: Fri, 29 Mar 2024 14:48:14 +0000 Subject: [PATCH] chore: update changeset Signed-off-by: Timothy Deakin --- .changeset/old-insects-smoke.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.changeset/old-insects-smoke.md b/.changeset/old-insects-smoke.md index bca298e7d1..17ab044c04 100644 --- a/.changeset/old-insects-smoke.md +++ b/.changeset/old-insects-smoke.md @@ -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'));`