Skip to content

Commit 8195768

Browse files
committed
Release v0.3.0
- Astro 4 support
1 parent 0eaf1a4 commit 8195768

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "astro-lazy-youtube-embed",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Embed YouTube videos with a static placeholder which only embeds when you click",
55
"type": "module",
66
"license": "MIT",
@@ -21,7 +21,7 @@
2121
"lazy"
2222
],
2323
"peerDependencies": {
24-
"astro": "^2.0.0 || ^3.0.0-beta"
24+
"astro": "^2.0.0 || ^3.0.0-beta || ^4.0.0-beta"
2525
},
2626
"homepage": "https://github.com/insin/astro-lazy-youtube-embed#readme",
2727
"repository": {

0 commit comments

Comments
 (0)