diff --git a/plugins/matomo/CHANGELOG.md b/plugins/matomo/CHANGELOG.md index 25edd252e2..42fbd0c557 100644 --- a/plugins/matomo/CHANGELOG.md +++ b/plugins/matomo/CHANGELOG.md @@ -1,3 +1,16 @@ +## @janus-idp/backstage-plugin-matomo [1.2.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-matomo@1.1.13...@janus-idp/backstage-plugin-matomo@1.2.0) (2024-01-16) + + +### Features + +* **Notifications:** new notifications FE plugin, API and backend ([#933](https://github.com/janus-idp/backstage-plugins/issues/933)) ([4d4cb78](https://github.com/janus-idp/backstage-plugins/commit/4d4cb781ca9fc331a2c621583e9203f9e4585ee7)) + + + +### Dependencies + +* **@janus-idp/cli:** upgraded to 1.5.0 + ## @janus-idp/backstage-plugin-matomo [1.1.13](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-matomo@1.1.12...@janus-idp/backstage-plugin-matomo@1.1.13) (2023-12-07) diff --git a/plugins/matomo/package.json b/plugins/matomo/package.json index f1430b5c04..d38e66b1ea 100644 --- a/plugins/matomo/package.json +++ b/plugins/matomo/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/backstage-plugin-matomo", - "version": "1.1.13", + "version": "1.2.0", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", @@ -47,7 +47,7 @@ "@backstage/core-app-api": "1.11.0", "@backstage/dev-utils": "1.0.22", "@backstage/test-utils": "1.4.4", - "@janus-idp/cli": "1.4.7", + "@janus-idp/cli": "1.5.0", "@testing-library/jest-dom": "5.17.0", "@testing-library/react": "12.1.5", "@testing-library/user-event": "14.5.1",