From 6deea9b2a84077c1c384760b586ff0577c6fb0c9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 26 Feb 2023 11:19:40 +0000 Subject: [PATCH] chore(release): publish version 1.2.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 4 ++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f65a734..415ba1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.2.0](https://github.com/felix-berlin/astro-matomo/compare/v1.1.0...v1.2.0) (2023-02-26) + + +### Features + +* new option preconnect ([83278cd](https://github.com/felix-berlin/astro-matomo/commit/83278cd933ca548e7f19042bca2edd381e310e49)) + # [1.1.0](https://github.com/felix-berlin/astro-matomo/compare/v1.0.0...v1.1.0) (2023-02-25) diff --git a/package-lock.json b/package-lock.json index 47564a0..558907d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "astro-matomo", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "astro-matomo", - "version": "1.1.0", + "version": "1.2.0", "funding": [ { "type": "PayPal", diff --git a/package.json b/package.json index 0c22f08..a8583d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astro-matomo", - "version": "1.1.0", + "version": "1.2.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 +}