diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d513108..59b1c258 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ Prefix the change with one of these keywords: - _Security_: in case of vulnerabilities. -## [Unreleased] +## [0.2.1] - Fixed: The `params` argument for the `trackPageView` method is now optional - Fixed: The `pushInstruction` method is now exposed through `useMatomo` diff --git a/lerna.json b/lerna.json index 00a1ffe8..37063893 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "useWorkspaces": true, "npmClient": "yarn", - "version": "0.2.0" + "version": "0.2.1" } diff --git a/packages/js/package.json b/packages/js/package.json index 6e252aa0..9d01a777 100644 --- a/packages/js/package.json +++ b/packages/js/package.json @@ -1,6 +1,6 @@ { "name": "@datapunt/matomo-tracker-js", - "version": "0.2.0", + "version": "0.2.1", "description": "Matomo tracker for frontend projects", "main": "lib/index.js", "module": "es/index.js", diff --git a/packages/react/package.json b/packages/react/package.json index 95518851..297845e9 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@datapunt/matomo-tracker-react", - "version": "0.2.0", + "version": "0.2.1", "description": "Matomo tracker for react projects", "main": "lib/index.js", "module": "es/index.js", @@ -37,7 +37,7 @@ "access": "public" }, "dependencies": { - "@datapunt/matomo-tracker-js": "^0.2.0" + "@datapunt/matomo-tracker-js": "^0.2.1" }, "peerDependencies": { "react": ">=16.8.6 <= 16.x.x"