From 3a20efed85765e0c6294203b77917c9e68477a23 Mon Sep 17 00:00:00 2001 From: Florian Lefebvre Date: Thu, 1 Feb 2024 17:23:42 +0100 Subject: [PATCH] chore: update version --- .changeset/chilled-spiders-laugh.md | 5 ----- package/CHANGELOG.md | 6 ++++++ package/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/chilled-spiders-laugh.md diff --git a/.changeset/chilled-spiders-laugh.md b/.changeset/chilled-spiders-laugh.md deleted file mode 100644 index 774260a7..00000000 --- a/.changeset/chilled-spiders-laugh.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro-integration-kit": patch ---- - -Fixes impossible types related to `defineIntegration` options diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md index 08062738..f523ea0e 100644 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -1,5 +1,11 @@ # astro-integration-kit +## 0.0.12 + +### Patch Changes + +- ea175b0: Fixes impossible types related to `defineIntegration` options + ## 0.0.11 ### Patch Changes diff --git a/package/package.json b/package/package.json index c569f0ba..2ce9b583 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "astro-integration-kit", - "version": "0.0.11", + "version": "0.0.12", "description": "A package that contains utilities to help you build Astro integrations.", "author": { "email": "contact@florian-lefebvre.dev",