diff --git a/CHANGELOG.md b/CHANGELOG.md index ad03272..d34ef07 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.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 diff --git a/package.json b/package.json index a74f04e..b1bcb2b 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.0", + "version": "0.8.1", "author": "Matthias Kretschmann ", "scripts": { "build": "babel src --out-dir . --ignore **/__tests__",