From 443e650eefc9cc03bf68d37ee9799da051b1bab9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 6 Dec 2023 19:50:04 +0000 Subject: [PATCH] chore(release): publish version 1.8.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8aeb42a..68cf82a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.8.1](https://github.com/felix-berlin/astro-breadcrumbs/compare/v1.8.0...v1.8.1) (2023-12-06) + + +### Bug Fixes + +* make sure astro breadcrumb works with astro 4 ([11c820a](https://github.com/felix-berlin/astro-breadcrumbs/commit/11c820a94e57dab94f1665d7b3c36e816e83a486)) +* outdated lockfile ([f5dcac1](https://github.com/felix-berlin/astro-breadcrumbs/commit/f5dcac10f6163f5b359c10701c1d603a2da5b160)) + # [1.8.0](https://github.com/felix-berlin/astro-breadcrumbs/compare/v1.7.0...v1.8.0) (2023-09-03) diff --git a/package.json b/package.json index 01d7da7..e9e9829 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astro-breadcrumbs", - "version": "1.8.0", + "version": "1.8.1", "description": "Well configurable breadcrumb component for Astro.js. Create breadcrumbs completely dynamically or specify exactly how they should look.", "type": "module", "exports": {