From 5542fabd8eed20fd643b92810cee45abb63b07f2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 22 Aug 2023 19:49:53 +0000 Subject: [PATCH] chore(release): publish version 1.3.1 --- CHANGELOG.md | 13 ++++++++++++- package.json | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae50a45..c86b7f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# Changelog + +All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [1.3.1](https://github.com/felix-berlin/astro-matomo/compare/v1.3.0...v1.3.1) (2023-08-22) + + +### Bug Fixes + +* color the disable massage ([1bb90a8](https://github.com/felix-berlin/astro-matomo/commit/1bb90a84ddc6162269f8df70dc1d939e7617e370)) + # Changelog All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. @@ -41,4 +52,4 @@ All notable changes to this project will be documented in this file. See [Conven ### 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)) +* add option to enable and disable matomo ([4573065](https://github.com/felix-berlin/astro-matomo/commit/45730656e5d3de2ae1e8bee807b9c5c8d3c07923)) diff --git a/package.json b/package.json index db5fa7f..c7c53cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astro-matomo", - "version": "1.3.0", + "version": "1.3.1", "description": "Matomo integration for Astro", "type": "module", "exports": {