diff --git a/.changeset/pre.json b/.changeset/pre.json index 5ee7cbb1..bebf1a03 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -22,6 +22,7 @@ "chatty-humans-compare", "dry-lizards-accept", "fair-llamas-enjoy", + "few-donkeys-admire", "honest-ways-wave", "shaggy-peas-trade", "shaggy-rocks-occur", diff --git a/packages/integration-matomo/CHANGELOG.md b/packages/integration-matomo/CHANGELOG.md index 3ca50362..60f2e8ac 100644 --- a/packages/integration-matomo/CHANGELOG.md +++ b/packages/integration-matomo/CHANGELOG.md @@ -1,5 +1,11 @@ # @consent-manager/integration-matomo +## 2.0.0-next.3 + +### Minor Changes + +- 3edd595: Enable JS error tracking in Matomo by default. Also adds a feature that lets devs enable any Matomo feature via Consent Manager" + ## 2.0.0-next.2 ### Patch Changes diff --git a/packages/integration-matomo/package.json b/packages/integration-matomo/package.json index 72226ff6..0269aa7d 100644 --- a/packages/integration-matomo/package.json +++ b/packages/integration-matomo/package.json @@ -1,6 +1,6 @@ { "name": "@consent-manager/integration-matomo", - "version": "2.0.0-next.2", + "version": "2.0.0-next.3", "description": "Protect your visitors privacy by integrating Matomo via consent-manager", "author": { "name": "hashbite",