From 86141a1f107a48399bcc4849749140fe59e95870 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Sat, 15 Feb 2020 15:54:42 +0100 Subject: [PATCH] Release 0.8.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37309e1..ad03272 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index efffb36..d7d6016 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.7.2", + "version": "0.8.0", "author": "Matthias Kretschmann ", "scripts": { "build": "babel src --out-dir . --ignore **/__tests__",