Release 0.8.1

This commit is contained in:
Matthias Kretschmann 2020-02-24 11:34:48 +01:00
parent 79193d45ad
commit e899e371d3
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.1](https://github.com/kremalicious/gatsby-plugin-matomo/compare/v0.8.0...v0.8.1)
> 24 February 2020
- switch test run to GitHub Actions [`#23`](https://github.com/kremalicious/gatsby-plugin-matomo/pull/23)
- add cookieDomain setting [`#22`](https://github.com/kremalicious/gatsby-plugin-matomo/pull/22)
- package updates [`9703688`](https://github.com/kremalicious/gatsby-plugin-matomo/commit/97036887d11fc5e18c1ae357f106d5ece8bea52c)
#### [v0.8.0](https://github.com/kremalicious/gatsby-plugin-matomo/compare/v0.7.2...v0.8.0)
> 15 February 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.0",
"version": "0.8.1",
"author": "Matthias Kretschmann <m@kretschmann.io>",
"scripts": {
"build": "babel src --out-dir . --ignore **/__tests__",