From 5bda1a1777970a15b1859f94e66a83a042109b0c Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Sun, 10 Apr 2022 00:46:51 +0100 Subject: [PATCH] Release 0.13.0 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 29 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79602de..92e5d7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index cdc4294..6bfdc7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 535b2bd..3707694 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.12.0", + "version": "0.13.0", "author": "Matthias Kretschmann ", "scripts": { "build": "cross-env NODE_ENV=production babel src --out-dir . --ignore **/__tests__",