From a41b13e3aad2aa8f0c23d5d335221145745ab54e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 11 Dec 2024 13:10:34 +0000 Subject: [PATCH] chore(release): publish version 3.3.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ef7ba0..264ed58 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. +## [3.3.1](https://github.com/felix-berlin/astro-breadcrumbs/compare/v3.3.0...v3.3.1) (2024-12-11) + + +### Bug Fixes + +* docs state customizeLinks instead of customizeListElements ([a427479](https://github.com/felix-berlin/astro-breadcrumbs/commit/a427479c319e45bc3d2a809c3259f75892d4b5e0)) + # [3.3.0](https://github.com/felix-berlin/astro-breadcrumbs/compare/v3.2.2...v3.3.0) (2024-12-04) diff --git a/package.json b/package.json index 8b20929..eba6557 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astro-breadcrumbs", - "version": "3.3.0", + "version": "3.3.1", "description": "Well configurable breadcrumb component for Astro.js. Create breadcrumbs completely dynamically or specify exactly how they should look.", "type": "module", "exports": {