Skip to content

Commit

Permalink
Release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kremalicious committed May 23, 2021
1 parent ae2e8e7 commit af31666
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,26 @@ 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.10.0](https://github.com/kremalicious/gatsby-plugin-matomo/compare/v0.9.0...v0.10.0)

- 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)
- fix: Set correct gatsby peer dep [`#176`](https://github.com/kremalicious/gatsby-plugin-matomo/pull/176)
- Bump @babel/cli from 7.12.10 to 7.12.16 [`#151`](https://github.com/kremalicious/gatsby-plugin-matomo/pull/151)
- Bump eslint from 7.19.0 to 7.20.0 [`#150`](https://github.com/kremalicious/gatsby-plugin-matomo/pull/150)
- Bump release-it from 14.2.2 to 14.4.0 [`#149`](https://github.com/kremalicious/gatsby-plugin-matomo/pull/149)
- Bump @babel/eslint-parser from 7.12.1 to 7.12.16 [`#147`](https://github.com/kremalicious/gatsby-plugin-matomo/pull/147)
- Bump @babel/runtime from 7.12.5 to 7.12.13 [`#146`](https://github.com/kremalicious/gatsby-plugin-matomo/pull/146)
- Bump @babel/core from 7.12.10 to 7.12.16 [`#148`](https://github.com/kremalicious/gatsby-plugin-matomo/pull/148)
- 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)

#### [v0.9.0](https://github.com/kremalicious/gatsby-plugin-matomo/compare/v0.8.3...v0.9.0)

> 1 February 2021
- CI tweaks & package updates [`#141`](https://github.com/kremalicious/gatsby-plugin-matomo/pull/141)
- Bump auto-changelog from 2.2.0 to 2.2.1 [`#79`](https://github.com/kremalicious/gatsby-plugin-matomo/pull/79)
- Bump jest from 26.1.0 to 26.5.3 [`#87`](https://github.com/kremalicious/gatsby-plugin-matomo/pull/87)
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.9.0",
"version": "0.10.0",
"author": "Matthias Kretschmann <[email protected]>",
"scripts": {
"build": "cross-env NODE_ENV=production babel src --out-dir . --ignore **/__tests__",
Expand Down

0 comments on commit af31666

Please sign in to comment.