diff --git a/CHANGELOG.md b/CHANGELOG.md index d09abb9..75f26b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v0.8.3](https://github.com/kremalicious/gatsby-plugin-matomo/compare/v0.8.2...v0.8.3) + +> 6 April 2020 + +- Make load tracking configurable [`#25`](https://github.com/kremalicious/gatsby-plugin-matomo/pull/25) +- onRouteUpdate test tweaks [`5871f66`](https://github.com/kremalicious/gatsby-plugin-matomo/commit/5871f667b90a3d9ed80438462949c7f65c68be69) +- package updates [`86258f8`](https://github.com/kremalicious/gatsby-plugin-matomo/commit/86258f8d79e6a337180197f3a01afd69c38da130) + #### [v0.8.2](https://github.com/kremalicious/gatsby-plugin-matomo/compare/v0.8.1...v0.8.2) > 22 March 2020 diff --git a/package.json b/package.json index 680127e..e47677e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-matomo", "description": "Gatsby plugin to add Matomo (formerly Piwik) onto a site.", - "version": "0.8.2", + "version": "0.8.3", "author": "Matthias Kretschmann ", "scripts": { "build": "babel src --out-dir . --ignore **/__tests__",