diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bfc2f5..3e3b554 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0](https://github.com/felix-berlin/astro-breadcrumbs/compare/v1.10.0...v2.0.0) (2024-02-02) + + +### Code Refactoring + +* crumb generation ([158df4d](https://github.com/felix-berlin/astro-breadcrumbs/commit/158df4d34a26b36881eb1bcbc8b500a563d87478)) + + +### BREAKING CHANGES + +* baseUrl and trailingSlash properties are now deprecated. Both values are now obtained directly from Astro Config. + # [1.10.0](https://github.com/felix-berlin/astro-breadcrumbs/compare/v1.9.0...v1.10.0) (2024-02-01) diff --git a/package.json b/package.json index 4147706..4ee5d2f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astro-breadcrumbs", - "version": "1.10.0", + "version": "2.0.0", "description": "Well configurable breadcrumb component for Astro.js. Create breadcrumbs completely dynamically or specify exactly how they should look.", "type": "module", "exports": {