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",