diff --git a/CHANGELOG.md b/CHANGELOG.md index 050ad4a..ab54847 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.5.0](https://github.com/bitsundbaeume/publication2023/compare/v2.4.3...v2.5.0) (2023-12-19) + + +### Features + +* migrate to astro v4 and change browser targets ([303aabe](https://github.com/bitsundbaeume/publication2023/commit/303aabef1a7d6539a864ac3876a1161096e70f6e)) + ## [2.4.3](https://github.com/bitsundbaeume/publication2023/compare/v2.4.2...v2.4.3) (2023-11-02) diff --git a/package.json b/package.json index c6d6640..9792a4e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "publication2023", "type": "module", - "version": "2.4.3", + "version": "2.5.0", "scripts": { "dev": "astro dev", "start": "astro dev",