From b18753def8ea55d63ed80c3d2bd71ab06b68e0c5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 21 Oct 2023 16:12:59 +0000 Subject: [PATCH] chore(release): publish version 2.4.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 285446c..a98e616 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## [2.4.1](https://github.com/bitsundbaeume/publication2023/compare/v2.4.0...v2.4.1) (2023-10-21) + + +### Bug Fixes + +* **main nav:** link to book page ([da9a3e7](https://github.com/bitsundbaeume/publication2023/commit/da9a3e73d35cf80151e7d1e255fac86737179f99)) + # [2.4.0](https://github.com/bitsundbaeume/publication2023/compare/v2.3.1...v2.4.0) (2023-10-21) diff --git a/package.json b/package.json index 6b270a3..4ded9f5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "publication2023", "type": "module", - "version": "2.4.0", + "version": "2.4.1", "scripts": { "dev": "astro dev", "start": "astro dev",