From 1873c3f0db00d907607633499f8f00c2b6779c00 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 1 Feb 2024 19:21:05 +0000 Subject: [PATCH] chore(release): publish version 1.10.0 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a0d84c..6bfc2f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.10.0](https://github.com/felix-berlin/astro-breadcrumbs/compare/v1.9.0...v1.10.0) (2024-02-01) + + +### Features + +* if to long on mobile activate truncated area ([ebc1917](https://github.com/felix-berlin/astro-breadcrumbs/commit/ebc1917a129888a2ec858cd1afb99c43cb086d9a)) +* make truncated styles optional ([7020927](https://github.com/felix-berlin/astro-breadcrumbs/commit/702092702ed0dbffb6be3bc88046964419136a44)) +* **truncated:** better overflow calc ([5664bc6](https://github.com/felix-berlin/astro-breadcrumbs/commit/5664bc6fe35e716b04c71457c6433be882de7c38)) + # [1.9.0](https://github.com/felix-berlin/astro-breadcrumbs/compare/v1.8.1...v1.9.0) (2024-01-28) diff --git a/package.json b/package.json index 9ca335d..4147706 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astro-breadcrumbs", - "version": "1.9.0", + "version": "1.10.0", "description": "Well configurable breadcrumb component for Astro.js. Create breadcrumbs completely dynamically or specify exactly how they should look.", "type": "module", "exports": {