diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ad691d..87e1009 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.0.2](https://github.com/bitsundbaeume/publication2023/compare/v2.0.1...v2.0.2) (2023-09-06) + + +### Bug Fixes + +* pagefind ([9c65e9f](https://github.com/bitsundbaeume/publication2023/commit/9c65e9fde24d020a80a1fd43e833f6f6d0539123)) + ## [2.0.1](https://github.com/bitsundbaeume/publication2023/compare/v2.0.0...v2.0.1) (2023-08-30) diff --git a/package.json b/package.json index ed435d7..e1b2d8a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "publication2023", "type": "module", - "version": "2.0.1", + "version": "2.0.2", "scripts": { "dev": "astro dev", "start": "astro dev",