Skip to content

Commit

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

# [1.9.0](https://github.com/felix-berlin/astro-breadcrumbs/compare/v1.8.1...v1.9.0) (2024-01-28)


### Bug Fixes

* **baseUrl:** fallback to relative urls ([eab9c73](https://github.com/felix-berlin/astro-breadcrumbs/commit/eab9c73d1431f8748fe707c8bc443b51f5831f34))


### Features

* **trailing slash:** add new prop trailingSlash ([61912c3](https://github.com/felix-berlin/astro-breadcrumbs/commit/61912c34b430977587e669b36c192c647f1c5f59))

## [1.8.1](https://github.com/felix-berlin/astro-breadcrumbs/compare/v1.8.0...v1.8.1) (2023-12-06)


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.8.1",
"version": "1.9.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 ce3cb23

Please sign in to comment.