From 22fc2a02be471bb4e972ea204fd5c64262498b9c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 25 Feb 2023 19:33:46 +0000 Subject: [PATCH] chore(release): publish version 1.0.0 --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 4 ++-- 3 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f7103cc --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# Changelog + +All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 1.0.0 (2023-02-25) + + +### Features + +* add matomo init script; add global ts types; add astro integration ([c6b903f](https://github.com/felix-berlin/astro-matomo/commit/c6b903f7ca3928481b5669bbd585f3ccd6c73a48)) +* add option to enable and disable matomo ([4573065](https://github.com/felix-berlin/astro-matomo/commit/45730656e5d3de2ae1e8bee807b9c5c8d3c07923)) diff --git a/package-lock.json b/package-lock.json index 8442a76..5c5e757 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "astro-matomo", - "version": "0.0.1", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "astro-matomo", - "version": "0.0.1", + "version": "1.0.0", "funding": [ { "type": "PayPal", diff --git a/package.json b/package.json index 56ecff6..4581afd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astro-matomo", - "version": "0.0.1", + "version": "1.0.0", "description": "Matomo integration for Astro", "type": "module", "exports": { @@ -54,4 +54,4 @@ "peerDependencies": { "astro": "^2.0.0-beta.0" } -} \ No newline at end of file +}