From 7d0e1d80941f3a5dd258e00468c47ab648cf8a5f Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Sun, 22 Mar 2020 16:08:13 +0100 Subject: [PATCH] Release 0.8.2 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d34ef07..d09abb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 2d2f599..ceaf2fe 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.1", + "version": "0.8.2", "author": "Matthias Kretschmann ", "scripts": { "build": "babel src --out-dir . --ignore **/__tests__",