Release 0.8.0

This commit is contained in:
Matthias Kretschmann 2020-02-15 15:54:42 +01:00
parent 467a13b29a
commit 86141a1f10
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 11 additions and 1 deletions

View File

@ -4,6 +4,16 @@ 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.0](https://github.com/kremalicious/gatsby-plugin-matomo/compare/v0.7.2...v0.8.0)
> 15 February 2020
- Updates, cleanup, and testing [`#21`](https://github.com/kremalicious/gatsby-plugin-matomo/pull/21)
- Add trackAllContentImpressions to record/enable content tracking [`#19`](https://github.com/kremalicious/gatsby-plugin-matomo/pull/19)
- setup testing [`8103a64`](https://github.com/kremalicious/gatsby-plugin-matomo/commit/8103a641389941d1ef34d6486722901468297dfd)
- switch to auto-changelog [`92f3749`](https://github.com/kremalicious/gatsby-plugin-matomo/commit/92f37498ff9e0b09b32be0579d2f19c15466f294)
- updates and cleanup [`c0269c7`](https://github.com/kremalicious/gatsby-plugin-matomo/commit/c0269c71e223bf8ed4529de67ed1968ad9679de0)
#### [v0.7.2](https://github.com/kremalicious/gatsby-plugin-matomo/compare/v0.7.1...v0.7.2)
> 13 June 2019

View File

@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-matomo",
"description": "Gatsby plugin to add Matomo (formerly Piwik) onto a site.",
"version": "0.7.2",
"version": "0.8.0",
"author": "Matthias Kretschmann <m@kretschmann.io>",
"scripts": {
"build": "babel src --out-dir . --ignore **/__tests__",