Release 0.8.2

This commit is contained in:
Matthias Kretschmann 2020-03-22 16:08:13 +01:00
parent aeeffda980
commit 7d0e1d8094
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 11 additions and 1 deletions

View File

@ -4,12 +4,22 @@ 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.2](https://github.com/kremalicious/gatsby-plugin-matomo/compare/v0.8.1...v0.8.2)
> 22 March 2020
- Add support for custom JS and PHP script names [`#24`](https://github.com/kremalicious/gatsby-plugin-matomo/pull/24)
- package updates [`aeeffda`](https://github.com/kremalicious/gatsby-plugin-matomo/commit/aeeffda980fcf90c41448f2567bb071253b87c25)
- Make PHP and JS script names configurable [`12a4ebe`](https://github.com/kremalicious/gatsby-plugin-matomo/commit/12a4ebed8d36a91024b28806e3a9f47b7d499cc0)
- disable GitHub packsge registry publishing [`777be77`](https://github.com/kremalicious/gatsby-plugin-matomo/commit/777be77f73de3d02ba792a03e04931850a6342e4)
#### [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)
- Release 0.8.1 [`e899e37`](https://github.com/kremalicious/gatsby-plugin-matomo/commit/e899e371d34e1f0b98034bb50ae98b6a61368cfc)
- 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)

View File

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