diff --git a/.changeset/tough-pigs-exercise.md b/.changeset/tough-pigs-exercise.md deleted file mode 100644 index d87e080..0000000 --- a/.changeset/tough-pigs-exercise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astro-community/astro-embed-integration': patch ---- - -fix: Add missing dependency to astro-embed-bluesky diff --git a/packages/astro-embed-integration/CHANGELOG.md b/packages/astro-embed-integration/CHANGELOG.md index c5d4a1b..b1bbdc8 100644 --- a/packages/astro-embed-integration/CHANGELOG.md +++ b/packages/astro-embed-integration/CHANGELOG.md @@ -1,5 +1,11 @@ # @astro-community/astro-embed-integration +## 0.8.1 + +### Patch Changes + +- [#182](https://github.com/delucis/astro-embed/pull/182) [`8ff2793843c108ad5c22caf172aa0c966e2a8f69`](https://github.com/delucis/astro-embed/commit/8ff2793843c108ad5c22caf172aa0c966e2a8f69) Thanks [@DaniFoldi](https://github.com/DaniFoldi)! - fix: Add missing dependency to astro-embed-bluesky + ## 0.8.0 ### Minor Changes diff --git a/packages/astro-embed-integration/package.json b/packages/astro-embed-integration/package.json index 68d35e1..42548b5 100644 --- a/packages/astro-embed-integration/package.json +++ b/packages/astro-embed-integration/package.json @@ -1,6 +1,6 @@ { "name": "@astro-community/astro-embed-integration", - "version": "0.8.0", + "version": "0.8.1", "description": "Astro integration to automatically convert URLs in Markdown files to embeds", "type": "module", "exports": {