diff --git a/.changeset/brown-bobcats-destroy.md b/.changeset/brown-bobcats-destroy.md deleted file mode 100644 index 2d4894d..0000000 --- a/.changeset/brown-bobcats-destroy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jcayzac/astro-image-service-ng": patch ---- - -fix broken results of 0.0.4 diff --git a/packages/astro-image-service-ng/CHANGELOG.md b/packages/astro-image-service-ng/CHANGELOG.md index 02c1e95..33a81de 100644 --- a/packages/astro-image-service-ng/CHANGELOG.md +++ b/packages/astro-image-service-ng/CHANGELOG.md @@ -1,5 +1,11 @@ # @jcayzac/astro-image-service-ng +## 0.0.5 + +### Patch Changes + +- [#38](https://github.com/jcayzac/copepod-modules/pull/38) [`184c529`](https://github.com/jcayzac/copepod-modules/commit/184c529689c09a6671130460ed8af05c2a8bf136) Thanks [@jcayzac](https://github.com/jcayzac)! - fix broken results of 0.0.4 + ## 0.0.4 ### Patch Changes diff --git a/packages/astro-image-service-ng/package.json b/packages/astro-image-service-ng/package.json index 0ef26fb..9d3101b 100644 --- a/packages/astro-image-service-ng/package.json +++ b/packages/astro-image-service-ng/package.json @@ -1,7 +1,7 @@ { "name": "@jcayzac/astro-image-service-ng", "type": "module", - "version": "0.0.4", + "version": "0.0.5", "description": "A drop-in replacement for Astro's default image service, with art direction support.", "author": "Julien Cayzac", "license": "MIT",