Release 0.13.0

This commit is contained in:
Matthias Kretschmann 2022-04-10 00:46:51 +01:00
parent ac8dd7df43
commit 5bda1a1777
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 29 additions and 3 deletions

View File

@ -4,8 +4,34 @@ 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.13.0](https://github.com/kremalicious/gatsby-plugin-matomo/compare/v0.12.0...v0.13.0)
- Bump prettier from 2.6.1 to 2.6.2 [`#291`](https://github.com/kremalicious/gatsby-plugin-matomo/pull/291)
- Bump moment from 2.29.1 to 2.29.2 [`#293`](https://github.com/kremalicious/gatsby-plugin-matomo/pull/293)
- Bump release-it from 14.13.1 to 14.14.0 [`#292`](https://github.com/kremalicious/gatsby-plugin-matomo/pull/292)
- Bump babel-preset-gatsby-package from 2.10.0 to 2.11.0 [`#290`](https://github.com/kremalicious/gatsby-plugin-matomo/pull/290)
- Bump eslint from 8.11.0 to 8.12.0 [`#289`](https://github.com/kremalicious/gatsby-plugin-matomo/pull/289)
- Bump prettier from 2.6.0 to 2.6.1 [`#288`](https://github.com/kremalicious/gatsby-plugin-matomo/pull/288)
- Bump minimist from 1.2.5 to 1.2.6 [`#287`](https://github.com/kremalicious/gatsby-plugin-matomo/pull/287)
- Bump babel-preset-gatsby-package from 2.9.0 to 2.10.0 [`#286`](https://github.com/kremalicious/gatsby-plugin-matomo/pull/286)
- Bump prettier from 2.5.1 to 2.6.0 [`#285`](https://github.com/kremalicious/gatsby-plugin-matomo/pull/285)
- Bump release-it from 14.12.5 to 14.13.1 [`#284`](https://github.com/kremalicious/gatsby-plugin-matomo/pull/284)
- Bump eslint from 8.10.0 to 8.11.0 [`#283`](https://github.com/kremalicious/gatsby-plugin-matomo/pull/283)
- default to Gatsby v4 peer dependency [`ac8dd7d`](https://github.com/kremalicious/gatsby-plugin-matomo/commit/ac8dd7df43dea4ab674ce524f68356dcc6f9c473)
- package updates [`3565e9a`](https://github.com/kremalicious/gatsby-plugin-matomo/commit/3565e9aa9cce23aef293ae2a386d25cb9ad061b6)
#### [v0.12.0](https://github.com/kremalicious/gatsby-plugin-matomo/compare/v0.11.1...v0.12.0)
> 10 April 2022
- default to Gatsby v4 peer dependency [`5bdc911`](https://github.com/kremalicious/gatsby-plugin-matomo/commit/5bdc911576e006f49bc40fee72905902dcfdfe7e)
- package updates [`455d381`](https://github.com/kremalicious/gatsby-plugin-matomo/commit/455d38166535b7d0b89acad32310970d41eef739)
- Release 0.12.0 [`f9ad56c`](https://github.com/kremalicious/gatsby-plugin-matomo/commit/f9ad56c0dbc900f173b950d01cde6105b3784a94)
#### [v0.11.1](https://github.com/kremalicious/gatsby-plugin-matomo/compare/v0.11.0...v0.11.1)
> 11 March 2022
- Bump eslint-config-prettier from 8.4.0 to 8.5.0 [`#282`](https://github.com/kremalicious/gatsby-plugin-matomo/pull/282)
- Bump release-it from 14.12.4 to 14.12.5 [`#278`](https://github.com/kremalicious/gatsby-plugin-matomo/pull/278)
- Bump @babel/cli from 7.17.3 to 7.17.6 [`#277`](https://github.com/kremalicious/gatsby-plugin-matomo/pull/277)

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "gatsby-plugin-matomo",
"version": "0.12.0",
"version": "0.13.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "gatsby-plugin-matomo",
"version": "0.11.1",
"version": "0.13.0",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.17.6",

View File

@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-matomo",
"description": "Gatsby plugin to add Matomo (formerly Piwik) onto a site.",
"version": "0.12.0",
"version": "0.13.0",
"author": "Matthias Kretschmann <m@kretschmann.io>",
"scripts": {
"build": "cross-env NODE_ENV=production babel src --out-dir . --ignore **/__tests__",