Skip to content

Commit

Permalink
Release 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kremalicious committed Nov 28, 2021
1 parent b9f0d3d commit 628dfb2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <m@kretschmann.io>",
"scripts": {
"build": "cross-env NODE_ENV=production babel src --out-dir . --ignore **/__tests__",
Expand Down

0 comments on commit 628dfb2

Please sign in to comment.