diff --git a/CHANGELOG.md b/CHANGELOG.md index f7c9a15..32bac0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 23142f7..ee3ca74 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index cdcf33f..29c2606 100644 --- a/package.json +++ b/package.json @@ -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 ", "scripts": { "build": "cross-env NODE_ENV=production babel src --out-dir . --ignore **/__tests__",