diff --git a/.changeset/giant-ties-raise.md b/.changeset/giant-ties-raise.md deleted file mode 100644 index eb0ee4a..0000000 --- a/.changeset/giant-ties-raise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jcayzac/astro-image-service-ng": patch ---- - -Bogus transformations were applied to the code during bundling. Disabling minification of the library when built by `tsup` seems to improve things. diff --git a/packages/astro-image-service-ng/CHANGELOG.md b/packages/astro-image-service-ng/CHANGELOG.md index 33a81de..7949913 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.6 + +### Patch Changes + +- [`7b28c42`](https://github.com/jcayzac/copepod-modules/commit/7b28c42fbf6a7e8d229df1f4efb03985418ca5d0) Thanks [@jcayzac](https://github.com/jcayzac)! - Bogus transformations were applied to the code during bundling. Disabling minification of the library when built by `tsup` seems to improve things. + ## 0.0.5 ### Patch Changes diff --git a/packages/astro-image-service-ng/package.json b/packages/astro-image-service-ng/package.json index 9d3101b..468611b 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.5", + "version": "0.0.6", "description": "A drop-in replacement for Astro's default image service, with art direction support.", "author": "Julien Cayzac", "license": "MIT",