mirror of
https://github.com/kremalicious/gatsby-plugin-matomo.git
synced 2024-12-22 09:13:19 +01:00
Release 0.10.0
This commit is contained in:
parent
ae2e8e7a61
commit
af31666e8e
18
CHANGELOG.md
18
CHANGELOG.md
@ -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)
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "gatsby-plugin-matomo",
|
||||
"version": "0.9.0",
|
||||
"version": "0.10.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"version": "0.9.0",
|
||||
"version": "0.10.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.14.3",
|
||||
|
@ -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 <m@kretschmann.io>",
|
||||
"scripts": {
|
||||
"build": "cross-env NODE_ENV=production babel src --out-dir . --ignore **/__tests__",
|
||||
|
Loading…
Reference in New Issue
Block a user