diff --git a/workspaces/todo/.changeset/renovate-a22d50c.md b/workspaces/todo/.changeset/renovate-a22d50c.md deleted file mode 100644 index c029aee3f..000000000 --- a/workspaces/todo/.changeset/renovate-a22d50c.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@backstage-community/plugin-todo-backend': patch ---- - -Updated dependency `@types/supertest` to `^6.0.0`. -Updated dependency `supertest` to `^7.0.0`. diff --git a/workspaces/todo/plugins/todo-backend/CHANGELOG.md b/workspaces/todo/plugins/todo-backend/CHANGELOG.md index 846b9ca18..977baebc7 100644 --- a/workspaces/todo/plugins/todo-backend/CHANGELOG.md +++ b/workspaces/todo/plugins/todo-backend/CHANGELOG.md @@ -1,5 +1,12 @@ # @backstage-community/plugin-todo-backend +## 0.3.19 + +### Patch Changes + +- ae2ee8a: Updated dependency `@types/supertest` to `^6.0.0`. + Updated dependency `supertest` to `^7.0.0`. + ## 0.3.18 ### Patch Changes diff --git a/workspaces/todo/plugins/todo-backend/package.json b/workspaces/todo/plugins/todo-backend/package.json index 56a8f8eaf..688482cad 100644 --- a/workspaces/todo/plugins/todo-backend/package.json +++ b/workspaces/todo/plugins/todo-backend/package.json @@ -1,6 +1,6 @@ { "name": "@backstage-community/plugin-todo-backend", - "version": "0.3.18", + "version": "0.3.19", "description": "A Backstage backend plugin that lets you browse TODO comments in your source code", "backstage": { "role": "backend-plugin",