diff --git a/CHANGELOG.md b/CHANGELOG.md index dd981a2..764e918 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.2.0](https://github.com/felix-berlin/astro-breadcrumbs/compare/v3.1.0...v3.2.0) (2024-09-19) + + +### Features + +* add new prop id ([0821c42](https://github.com/felix-berlin/astro-breadcrumbs/commit/0821c42c6ff7ef38df334287ee2da823f8408dcd)) + # [3.1.0](https://github.com/felix-berlin/astro-breadcrumbs/compare/v3.0.1...v3.1.0) (2024-09-13) diff --git a/package.json b/package.json index d6d80ea..0056098 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astro-breadcrumbs", - "version": "3.1.0", + "version": "3.2.0", "description": "Well configurable breadcrumb component for Astro.js. Create breadcrumbs completely dynamically or specify exactly how they should look.", "type": "module", "exports": {