From 4c36d9c7c6212542fc1b3ebba977ee9c1e9bc526 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Sat, 30 Mar 2019 17:18:14 +0100 Subject: [PATCH] Release 0.7.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0bde01c..3dbea10 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.6.1", + "version": "0.7.0", "author": "Matthias Kretschmann ", "scripts": { "build": "babel src --out-dir . --ignore __tests__",