From 45febee8dd352dc48452b79c1a04efb391c54aa1 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Tue, 27 Dec 2022 16:13:13 +0100 Subject: [PATCH] changesets: make stack overflow backend override fix a patch change Signed-off-by: Patrik Oldsberg --- .changeset/olive-eyes-sing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/olive-eyes-sing.md b/.changeset/olive-eyes-sing.md index d0ae1dc08f..42fa4a1a7c 100644 --- a/.changeset/olive-eyes-sing.md +++ b/.changeset/olive-eyes-sing.md @@ -1,5 +1,5 @@ --- -'@backstage/plugin-stack-overflow-backend': minor +'@backstage/plugin-stack-overflow-backend': patch --- Enable configuration override for StackOverflow backend plugin when instantiating the search indexer. This makes it possible to set different configuration for frontend and backend of the plugin.