diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a835ae..285446c 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.0](https://github.com/bitsundbaeume/publication2023/compare/v2.3.1...v2.4.0) (2023-10-21) + + +### Features + +* add download dropdown ([a190299](https://github.com/bitsundbaeume/publication2023/commit/a190299e87066284515af2e5ba4a852058941e8f)) + ## [2.3.1](https://github.com/bitsundbaeume/publication2023/compare/v2.3.0...v2.3.1) (2023-10-21) diff --git a/package.json b/package.json index 5556ce7..6b270a3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "publication2023", "type": "module", - "version": "2.3.1", + "version": "2.4.0", "scripts": { "dev": "astro dev", "start": "astro dev",