diff --git a/.changeset/sixty-oranges-sneeze.md b/.changeset/sixty-oranges-sneeze.md deleted file mode 100644 index 015ae7b..0000000 --- a/.changeset/sixty-oranges-sneeze.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astro-community/astro-embed-youtube": patch ---- - -Fixes missing accessible name for `` component play button diff --git a/packages/astro-embed-youtube/CHANGELOG.md b/packages/astro-embed-youtube/CHANGELOG.md index 8ff6490..5edcb4a 100644 --- a/packages/astro-embed-youtube/CHANGELOG.md +++ b/packages/astro-embed-youtube/CHANGELOG.md @@ -1,5 +1,11 @@ # @astro-community/astro-embed-youtube +## 0.5.6 + +### Patch Changes + +- [#165](https://github.com/delucis/astro-embed/pull/165) [`a97b51bbeba66f94aea8bfc07f115c1f201aa4ef`](https://github.com/delucis/astro-embed/commit/a97b51bbeba66f94aea8bfc07f115c1f201aa4ef) Thanks [@anotheri](https://github.com/anotheri)! - Fixes missing accessible name for `` component play button + ## 0.5.5 ### Patch Changes diff --git a/packages/astro-embed-youtube/package.json b/packages/astro-embed-youtube/package.json index d372e87..b882400 100644 --- a/packages/astro-embed-youtube/package.json +++ b/packages/astro-embed-youtube/package.json @@ -1,6 +1,6 @@ { "name": "@astro-community/astro-embed-youtube", - "version": "0.5.5", + "version": "0.5.6", "description": "Component to easily embed YouTube videos on your Astro site", "type": "module", "exports": {