From b8c90e129ecd80e3c3af0a3e2b347f0fa864773b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 2 Feb 2024 19:26:50 +0000 Subject: [PATCH] chore(release): publish version 2.0.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d556bc9..cea80c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.2](https://github.com/felix-berlin/astro-breadcrumbs/compare/v2.0.1...v2.0.2) (2024-02-02) + + +### Bug Fixes + +* **truncated-button:** missing styles ([80ed6cc](https://github.com/felix-berlin/astro-breadcrumbs/commit/80ed6cc18bba7ce0223f4c77aac83f02d9261ea6)) + ## [2.0.1](https://github.com/felix-berlin/astro-breadcrumbs/compare/v2.0.0...v2.0.1) (2024-02-02) diff --git a/package.json b/package.json index ab6ff7b..4b64b3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astro-breadcrumbs", - "version": "2.0.1", + "version": "2.0.2", "description": "Well configurable breadcrumb component for Astro.js. Create breadcrumbs completely dynamically or specify exactly how they should look.", "type": "module", "exports": {