changesets: fix bump level for catalog-model change

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2021-03-31 16:09:49 +02:00
parent b550a81b84
commit 58bae7b824
+1 -1
View File
@@ -1,5 +1,5 @@
---
'@backstage/catalog-model': minor
'@backstage/catalog-model': patch
---
Added `stringifyEntityRef`, which always creates a string representation of an entity reference. Also deprecated `serializeEntityRef`, as `stringifyEntityRef` should be used instead.