From 0aa4ec79fc6ad63648f2e376cbe515f59822c369 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 20:45:31 +0000 Subject: [PATCH] chore(main): release 1.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1772e6f..a1961ec 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a6e128..1ffb863 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.1.0](https://github.com/cbos/hugo-faro-analytics/compare/v1.0.0...v1.1.0) (2023-11-23) + + +### Features ✨ + +* Use huge.Environment to automatically use the right value for 'environment'. Fixes [#1](https://github.com/cbos/hugo-faro-analytics/issues/1) ([a7af324](https://github.com/cbos/hugo-faro-analytics/commit/a7af3249c29fe6324b7947f212c96f5cf6113baf)) +* Use huge.Environment to automatically use the right value for 'environment'. Fixes [#3](https://github.com/cbos/hugo-faro-analytics/issues/3) ([60afb55](https://github.com/cbos/hugo-faro-analytics/commit/60afb557d22ffd00c3beba5a472ea0ca736ee1eb)) + ## [1.0.0](https://github.com/cbos/hugo-faro-analytics/compare/v0.1.0...v1.0.0) (2023-11-17)