diff --git a/plugins/matomo/CHANGELOG.md b/plugins/matomo/CHANGELOG.md index d4105d96fc..c4d385418d 100644 --- a/plugins/matomo/CHANGELOG.md +++ b/plugins/matomo/CHANGELOG.md @@ -1,3 +1,11 @@ +## @janus-idp/backstage-plugin-matomo [1.4.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-matomo@1.4.0...@janus-idp/backstage-plugin-matomo@1.4.1) (2024-05-16) + + + +### Dependencies + +* **@janus-idp/cli:** upgraded to 1.8.7 + ## @janus-idp/backstage-plugin-matomo [1.4.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-matomo@1.3.6...@janus-idp/backstage-plugin-matomo@1.4.0) (2024-05-14) diff --git a/plugins/matomo/package.json b/plugins/matomo/package.json index 9e427bf914..f54c203259 100644 --- a/plugins/matomo/package.json +++ b/plugins/matomo/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/backstage-plugin-matomo", - "version": "1.4.0", + "version": "1.4.1", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", @@ -47,7 +47,7 @@ "@backstage/core-app-api": "1.12.4", "@backstage/dev-utils": "1.0.31", "@backstage/test-utils": "1.5.4", - "@janus-idp/cli": "1.8.6", + "@janus-idp/cli": "1.8.7", "@redhat-developer/red-hat-developer-hub-theme": "*", "@testing-library/jest-dom": "6.4.2", "@testing-library/react": "14.2.1",