diff --git a/CHANGELOG.md b/CHANGELOG.md index dcbec16..9cfc161 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,20 @@ 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.11.0](https://github.com/kremalicious/gatsby-plugin-matomo/compare/v0.10.0...v0.11.0) + +- Bump release-it from 14.6.2 to 14.7.0 [`#192`](https://github.com/kremalicious/gatsby-plugin-matomo/pull/192) +- Bump babel-preset-gatsby-package from 1.5.0 to 1.6.0 [`#193`](https://github.com/kremalicious/gatsby-plugin-matomo/pull/193) +- Bump auto-changelog from 2.2.1 to 2.3.0 [`#191`](https://github.com/kremalicious/gatsby-plugin-matomo/pull/191) +- support for Gatsby v4 [`#234`](https://github.com/kremalicious/gatsby-plugin-matomo/issues/234) +- package updates [`842c343`](https://github.com/kremalicious/gatsby-plugin-matomo/commit/842c34334339a8e63b8a5a2b5c40738a78d0f7a0) +- readme update [`b9f0d3d`](https://github.com/kremalicious/gatsby-plugin-matomo/commit/b9f0d3d1dbf80d1aa7af40bde3dd1062701c979d) +- skip coverage task for dependabot [`75cfaf4`](https://github.com/kremalicious/gatsby-plugin-matomo/commit/75cfaf49ec44d324dabf0244d3683eae7ffb505e) + #### [v0.10.0](https://github.com/kremalicious/gatsby-plugin-matomo/compare/v0.9.0...v0.10.0) +> 23 May 2021 + - Add support for error tracking [Fixes #168] [`#169`](https://github.com/kremalicious/gatsby-plugin-matomo/pull/169) - Add cookie consent option [`#102`](https://github.com/kremalicious/gatsby-plugin-matomo/pull/102) - feat: add respectDnt option [`#129`](https://github.com/kremalicious/gatsby-plugin-matomo/pull/129) @@ -19,6 +31,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Bump babel-preset-gatsby-package from 0.11.0 to 0.12.0 [`#142`](https://github.com/kremalicious/gatsby-plugin-matomo/pull/142) - Add support for error tracking [Fixes #168] (#169) [`#168`](https://github.com/kremalicious/gatsby-plugin-matomo/issues/168) [`#168`](https://github.com/kremalicious/gatsby-plugin-matomo/issues/168) - package updates [`4858deb`](https://github.com/kremalicious/gatsby-plugin-matomo/commit/4858debe6637d2aa95d6c4f95b4ca883d0e1817a) +- Release 0.10.0 [`af31666`](https://github.com/kremalicious/gatsby-plugin-matomo/commit/af31666e8ec0e416f359c206cc31430cf91d3dc8) #### [v0.9.0](https://github.com/kremalicious/gatsby-plugin-matomo/compare/v0.8.3...v0.9.0) diff --git a/package-lock.json b/package-lock.json index 1808efb..f4d0edd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gatsby-plugin-matomo", - "version": "0.10.0", + "version": "0.11.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "gatsby-plugin-matomo", - "version": "0.10.0", + "version": "0.11.0", "license": "MIT", "devDependencies": { "@babel/cli": "^7.16.0", diff --git a/package.json b/package.json index a985bdc..f6fe9f3 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.10.0", + "version": "0.11.0", "author": "Matthias Kretschmann ", "scripts": { "build": "cross-env NODE_ENV=production babel src --out-dir . --ignore **/__tests__",