From 46757117d57ab04f22831175d6d8b6e7b2d0179f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 2 Nov 2023 20:00:17 +0000 Subject: [PATCH] chore(release): publish version 2.4.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index baa4d21..050ad4a 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.3](https://github.com/bitsundbaeume/publication2023/compare/v2.4.2...v2.4.3) (2023-11-02) + + +### Bug Fixes + +* **next page:** link was not always working ([941634a](https://github.com/bitsundbaeume/publication2023/commit/941634a6487da0c26804475e7e84b62e835e09d1)) + ## [2.4.2](https://github.com/bitsundbaeume/publication2023/compare/v2.4.1...v2.4.2) (2023-10-21) diff --git a/package.json b/package.json index 6bfd228..24e8c71 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "publication2023", "type": "module", - "version": "2.4.2", + "version": "2.4.3", "scripts": { "dev": "astro dev", "start": "astro dev",