From 461be7c4d47bcc27d81d13e10ed1ac53280d743b Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Tue, 2 Jan 2024 15:12:46 -0600 Subject: [PATCH] chore: add changeset --- .changeset/heavy-insects-yawn.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/heavy-insects-yawn.md diff --git a/.changeset/heavy-insects-yawn.md b/.changeset/heavy-insects-yawn.md new file mode 100644 index 0000000..585b894 --- /dev/null +++ b/.changeset/heavy-insects-yawn.md @@ -0,0 +1,5 @@ +--- +"astro-icon": patch +--- + +Improves handling of invalid local icons, which previously caused all local icons to silently fail.