mirror of
https://github.com/kremalicious/gatsby-plugin-matomo.git
synced 2024-12-22 09:13:19 +01:00
Release 0.16.3
This commit is contained in:
parent
c10a97a99a
commit
cdc4376e06
@ -4,11 +4,18 @@ 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.16.3](https://github.com/kremalicious/gatsby-plugin-matomo/compare/v0.16.2...v0.16.3)
|
||||
|
||||
- dependency updates [`e544b7b`](https://github.com/kremalicious/gatsby-plugin-matomo/commit/e544b7b3c382684084450023b0ea505705c7bdd6)
|
||||
- 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)
|
||||
|
||||
> 28 September 2023
|
||||
|
||||
- dependency updates, new package-lock [`fe41f55`](https://github.com/kremalicious/gatsby-plugin-matomo/commit/fe41f551e64f9985f8f5e84104cbd396a576074e)
|
||||
- bump Node.js version in CI [`729c1ce`](https://github.com/kremalicious/gatsby-plugin-matomo/commit/729c1ce9212732248cd76f5ea6f07d1f42530191)
|
||||
- test against Node.js v18 & v20 [`5df8121`](https://github.com/kremalicious/gatsby-plugin-matomo/commit/5df812176742f5dce873c7c01bedf1680b728fe7)
|
||||
- Release 0.16.2 [`a1d4da6`](https://github.com/kremalicious/gatsby-plugin-matomo/commit/a1d4da6c104757fdf0b75a59838dabcfbd670bea)
|
||||
|
||||
#### [v0.16.1](https://github.com/kremalicious/gatsby-plugin-matomo/compare/v0.16.0...v0.16.1)
|
||||
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "gatsby-plugin-matomo",
|
||||
"version": "0.16.2",
|
||||
"version": "0.16.3",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "gatsby-plugin-matomo",
|
||||
"version": "0.16.2",
|
||||
"version": "0.16.3",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.24.8",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "gatsby-plugin-matomo",
|
||||
"description": "Gatsby plugin to add Matomo (formerly Piwik) onto a site.",
|
||||
"version": "0.16.2",
|
||||
"version": "0.16.3",
|
||||
"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