diff --git a/CHANGELOG.md b/CHANGELOG.md index 63350d4..c755c48 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.2.1](https://github.com/bitsundbaeume/publication2023/compare/v2.2.0...v2.2.1) (2023-10-20) + + +### Bug Fixes + +* set real image dimensions ([53bbf23](https://github.com/bitsundbaeume/publication2023/commit/53bbf23df8f2a0ccfa3c749c45f92e697ed6d927)) + # [2.2.0](https://github.com/bitsundbaeume/publication2023/compare/v2.1.0...v2.2.0) (2023-10-20) diff --git a/package.json b/package.json index 5d99ae1..4bf5526 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "publication2023", "type": "module", - "version": "2.2.0", + "version": "2.2.1", "scripts": { "dev": "astro dev", "start": "astro dev",