mirror of
https://github.com/kremalicious/gatsby-plugin-matomo.git
synced 2024-12-22 01:03:21 +01:00
Release 0.17.0
This commit is contained in:
parent
22fbf0ee70
commit
62e29c2681
@ -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).
|
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)
|
#### [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)
|
- 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)
|
- 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)
|
#### [v0.16.2](https://github.com/kremalicious/gatsby-plugin-matomo/compare/v0.16.1...v0.16.2)
|
||||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "gatsby-plugin-matomo",
|
"name": "gatsby-plugin-matomo",
|
||||||
"version": "0.16.3",
|
"version": "0.17.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "gatsby-plugin-matomo",
|
"name": "gatsby-plugin-matomo",
|
||||||
"version": "0.16.3",
|
"version": "0.17.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "^7.26.4",
|
"@babel/cli": "^7.26.4",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "gatsby-plugin-matomo",
|
"name": "gatsby-plugin-matomo",
|
||||||
"description": "Gatsby plugin to add Matomo (formerly Piwik) onto a site.",
|
"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>",
|
"author": "Matthias Kretschmann <m@kretschmann.io>",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "cross-env NODE_ENV=production babel src --out-dir . --ignore **/__tests__",
|
"build": "cross-env NODE_ENV=production babel src --out-dir . --ignore **/__tests__",
|
||||||
|
Loading…
Reference in New Issue
Block a user