From e4f5316a0d406bf06bbc0e269d6d5e3f741e5899 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 9 Jul 2024 18:32:03 +0000 Subject: [PATCH] [ci] release --- .changeset/breezy-months-eat.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/breezy-months-eat.md diff --git a/.changeset/breezy-months-eat.md b/.changeset/breezy-months-eat.md deleted file mode 100644 index 193d0b6..0000000 --- a/.changeset/breezy-months-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro-image-processor': patch ---- - -Fix to output sizes correctly diff --git a/CHANGELOG.md b/CHANGELOG.md index 58adc4f..7646399 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # astro-image-processor +## 0.1.3 + +### Patch Changes + +- a7dc99b: Fix to output sizes correctly + ## 0.1.2 ### Patch Changes diff --git a/package.json b/package.json index 6fc2c6b..e48eae8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astro-image-processor", - "version": "0.1.2", + "version": "0.1.3", "description": "Astro integartion for image optimization and art direction for static builds", "keywords": [ "astro",