diff --git a/.changeset/honest-poets-behave.md b/.changeset/honest-poets-behave.md deleted file mode 100644 index 15d49f72e..000000000 --- a/.changeset/honest-poets-behave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@roadiehq/backstage-plugin-bugsnag': minor ---- - -Introduce new annotations in order to fix the limit with pagination and default of fetching 30 requests per page. diff --git a/plugins/frontend/backstage-plugin-bugsnag/CHANGELOG.md b/plugins/frontend/backstage-plugin-bugsnag/CHANGELOG.md index 47bec6ba9..e551b7672 100644 --- a/plugins/frontend/backstage-plugin-bugsnag/CHANGELOG.md +++ b/plugins/frontend/backstage-plugin-bugsnag/CHANGELOG.md @@ -1,5 +1,11 @@ # @roadiehq/backstage-plugin-bugsnag +## 1.4.0 + +### Minor Changes + +- 10bf6bf: Introduce new annotations in order to fix the limit with pagination and default of fetching 30 requests per page. + ## 1.3.3 ### Patch Changes diff --git a/plugins/frontend/backstage-plugin-bugsnag/package.json b/plugins/frontend/backstage-plugin-bugsnag/package.json index 85922042b..57826ca67 100644 --- a/plugins/frontend/backstage-plugin-bugsnag/package.json +++ b/plugins/frontend/backstage-plugin-bugsnag/package.json @@ -1,6 +1,6 @@ { "name": "@roadiehq/backstage-plugin-bugsnag", - "version": "1.3.3", + "version": "1.4.0", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",