From c77ac7d99acba41c2fdd41f3139cd4c0a43cd277 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 16:55:56 +0800 Subject: [PATCH] chore(main): release 0.1.1 (#3) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 96d9691..9aa5a07 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 132a10f..df1a2e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/hugomods/cloudflare-analytics/compare/v0.1.0...v0.1.1) (2024-10-11) + + +### Bug Fixes 🐞 + +* correct context on hugomods/cloudflare-analytics/index.html partial ([ad0bcfc](https://github.com/hugomods/cloudflare-analytics/commit/ad0bcfc9f6d1bd438909f7bbf7e00d1e077e96ea)) + ## [0.1.0](https://github.com/hugomods/cloudflare-analytics/compare/v0.0.1...v0.1.0) (2024-10-10)