diff --git a/.changeset/fuzzy-monkey-mits.md b/.changeset/fuzzy-monkey-mits.md deleted file mode 100644 index 0391a124..00000000 --- a/.changeset/fuzzy-monkey-mits.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro-integration-kit": patch ---- - -Expands typing support for Astro DB 0.11 diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md index ab401b56..dfe6d260 100644 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -1,5 +1,11 @@ # astro-integration-kit +## 0.13.2 + +### Patch Changes + +- f213bf6: Expands typing support for Astro DB 0.11 + ## 0.13.1 ### Patch Changes diff --git a/package/package.json b/package/package.json index d50a8c60..b6b15250 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "astro-integration-kit", - "version": "0.13.1", + "version": "0.13.2", "description": "A package that contains utilities to help you build Astro integrations.", "author": { "email": "contact@florian-lefebvre.dev",