From ab6c7a6fc6d97d32e19e09af34f9404372f4bf9a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 21 Oct 2023 17:54:42 +0000 Subject: [PATCH] chore(release): publish version 2.4.2 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a98e616..baa4d21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.4.2](https://github.com/bitsundbaeume/publication2023/compare/v2.4.1...v2.4.2) (2023-10-21) + + +### Bug Fixes + +* **menu item:** was not full width ([46b12af](https://github.com/bitsundbaeume/publication2023/commit/46b12affd99b8521b506dffa340e3ddb0e1fec86)) +* typos ([927409a](https://github.com/bitsundbaeume/publication2023/commit/927409ac289653f5380dc7563faa08e145b590b3)) + ## [2.4.1](https://github.com/bitsundbaeume/publication2023/compare/v2.4.0...v2.4.1) (2023-10-21) diff --git a/package.json b/package.json index 4ded9f5..7f98f19 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "publication2023", "type": "module", - "version": "2.4.1", + "version": "2.4.2", "scripts": { "dev": "astro dev", "start": "astro dev",