diff --git a/CHANGELOG.md b/CHANGELOG.md index b43e044..cae0596 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.7.0](https://github.com/bitsundbaeume/publication2023/compare/v2.6.0...v2.7.0) (2023-12-30) + + +### Features + +* remove image deps, now using astro buildin image tools ([efe52a3](https://github.com/bitsundbaeume/publication2023/commit/efe52a3700c61bed634346e40b5b726130af4b4b)) + # [2.6.0](https://github.com/bitsundbaeume/publication2023/compare/v2.5.1...v2.6.0) (2023-12-20) diff --git a/package.json b/package.json index dc67005..9246d94 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "publication2023", "type": "module", - "version": "2.6.0", + "version": "2.7.0", "scripts": { "dev": "astro dev", "start": "astro dev",