Skip to content

Commit

Permalink
chore(release): publish version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Feb 2, 2024
1 parent 948bf2a commit 20aee08
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.

# [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)


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.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": {
Expand Down

0 comments on commit 20aee08

Please sign in to comment.