Release 0.8.3

This commit is contained in:
Matthias Kretschmann 2020-04-06 11:36:00 +02:00
parent 86258f8d79
commit 3d72ad2e85
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -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 <m@kretschmann.io>",
"scripts": {
"build": "babel src --out-dir . --ignore **/__tests__",