diff --git a/.changeset/cost-insights-cuddly-frogs-matter.md b/.changeset/cost-insights-cuddly-frogs-matter.md deleted file mode 100644 index 8250e9d18c..0000000000 --- a/.changeset/cost-insights-cuddly-frogs-matter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@backstage/plugin-cost-insights': patch ---- - -Make alert url field optional diff --git a/plugins/cost-insights/CHANGELOG.md b/plugins/cost-insights/CHANGELOG.md index e664883910..87f5e89a9b 100644 --- a/plugins/cost-insights/CHANGELOG.md +++ b/plugins/cost-insights/CHANGELOG.md @@ -1,5 +1,11 @@ # @backstage/plugin-cost-insights +## 0.5.3 + +### Patch Changes + +- c02defd57: Make alert url field optional + ## 0.5.2 ### Patch Changes diff --git a/plugins/cost-insights/package.json b/plugins/cost-insights/package.json index bb8ace2712..a85862eed7 100644 --- a/plugins/cost-insights/package.json +++ b/plugins/cost-insights/package.json @@ -1,6 +1,6 @@ { "name": "@backstage/plugin-cost-insights", - "version": "0.5.2", + "version": "0.5.3", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",