From 0eaf1a4a4f657c8591b440c00d1a115336479e6a Mon Sep 17 00:00:00 2001 From: Jonny Buchanan Date: Mon, 25 Sep 2023 16:33:02 +1000 Subject: [PATCH] Release v0.2.0 Astro 3 support --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7765271..e0040bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astro-lazy-youtube-embed", - "version": "0.1.0", + "version": "0.2.0", "description": "Embed YouTube videos with a static placeholder which only embeds when you click", "type": "module", "license": "MIT", @@ -21,7 +21,7 @@ "lazy" ], "peerDependencies": { - "astro": "^1.0.0 || ^2.0.0-beta" + "astro": "^2.0.0 || ^3.0.0-beta" }, "homepage": "https://github.com/insin/astro-lazy-youtube-embed#readme", "repository": {