From b51f1f3c55f719908342d81ed00d9962b313a814 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 28 May 2023 12:33:03 +0000 Subject: [PATCH] chore(release): publish version 1.3.0 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 4 ++-- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef324d6..34e37e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.3.0](https://github.com/felix-berlin/astro-matomo/compare/v1.2.1...v1.3.0) (2023-05-28) + + +### Bug Fixes + +* trackerUrl and srcUrl not defined ([69e1d86](https://github.com/felix-berlin/astro-matomo/commit/69e1d86c90736429a86bb74f1c6952cf0a59a102)) + + +### Features + +* add setCookieDomain, trackerUrl, srcUrl options ([a9c05c4](https://github.com/felix-berlin/astro-matomo/commit/a9c05c488d5c319ccd8f39e2bfb2b8dfdb5b7c8e)) + ## [1.2.1](https://github.com/felix-berlin/astro-matomo/compare/v1.2.0...v1.2.1) (2023-03-19) diff --git a/package-lock.json b/package-lock.json index 5194653..c29f618 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "astro-matomo", - "version": "1.2.1", + "version": "1.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "astro-matomo", - "version": "1.2.1", + "version": "1.3.0", "funding": [ { "type": "PayPal", diff --git a/package.json b/package.json index 0762e5b..d2f2e35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astro-matomo", - "version": "1.2.1", + "version": "1.3.0", "description": "Matomo integration for Astro", "type": "module", "exports": { @@ -58,4 +58,4 @@ "peerDependencies": { "astro": "^2.0.0-beta.0" } -} \ No newline at end of file +}