1
0
mirror of https://github.com/kremalicious/gatsby-plugin-matomo.git synced 2024-12-21 16:53:20 +01:00

Release 0.17.0

This commit is contained in:
Matthias Kretschmann 2024-12-20 14:49:11 +00:00
parent 22fbf0ee70
commit 62e29c2681
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 10 additions and 3 deletions

View File

@ -4,9 +4,16 @@ 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.17.0](https://github.com/kremalicious/gatsby-plugin-matomo/compare/v0.16.3...v0.17.0)
- deprecation changes [`#502`](https://github.com/kremalicious/gatsby-plugin-matomo/pull/502)
#### [v0.16.3](https://github.com/kremalicious/gatsby-plugin-matomo/compare/v0.16.2...v0.16.3)
> 29 July 2024
- dependency updates [`e544b7b`](https://github.com/kremalicious/gatsby-plugin-matomo/commit/e544b7b3c382684084450023b0ea505705c7bdd6)
- Release 0.16.3 [`cdc4376`](https://github.com/kremalicious/gatsby-plugin-matomo/commit/cdc4376e06653f530401e12b5c667f032b3cb0ca)
- add deprecation notice [`c10a97a`](https://github.com/kremalicious/gatsby-plugin-matomo/commit/c10a97a99a1ff861b80ea8363410d3dd27dca1e2)
#### [v0.16.2](https://github.com/kremalicious/gatsby-plugin-matomo/compare/v0.16.1...v0.16.2)

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "gatsby-plugin-matomo",
"version": "0.16.3",
"version": "0.17.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "gatsby-plugin-matomo",
"version": "0.16.3",
"version": "0.17.0",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.26.4",

View File

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