Skip to content

Commit

Permalink
chore(release): publish version 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Feb 1, 2024
1 parent 02bc7d6 commit 1873c3f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 1873c3f

Please sign in to comment.