Skip to content

Commit

Permalink
chore(release): publish version 3.0.2-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Aug 23, 2024
1 parent cb59d72 commit 5b20d49
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.2-beta.1](https://github.com/felix-berlin/astro-breadcrumbs/compare/v3.0.1...v3.0.2-beta.1) (2024-08-23)


### Bug Fixes

* add missing type exports ([2f9eb90](https://github.com/felix-berlin/astro-breadcrumbs/commit/2f9eb90ea3f0bcc8d98a090e03f456356118e5e3))

## [3.0.1](https://github.com/felix-berlin/astro-breadcrumbs/compare/v3.0.0...v3.0.1) (2024-08-15)


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": "3.0.1",
"version": "3.0.2-beta.1",
"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 5b20d49

Please sign in to comment.