diff --git a/.changeset/location-entity-ref-node.md b/.changeset/location-entity-ref-node.md index d862a6cb70..af5d9825af 100644 --- a/.changeset/location-entity-ref-node.md +++ b/.changeset/location-entity-ref-node.md @@ -2,4 +2,4 @@ '@backstage/plugin-catalog-node': minor --- -Added `updateLocation` method to `CatalogService` for updating the type and target of an existing location. +**BREAKING PRODUCERS**: Added `updateLocation` method to `CatalogService` for updating the type and target of an existing location. Any code that implements `CatalogService` must now provide this method.