diff --git a/.changeset/few-teachers-impress.md b/.changeset/few-teachers-impress.md deleted file mode 100644 index 0fdcec9bf1b0..000000000000 --- a/.changeset/few-teachers-impress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/db": patch ---- - -Fixes an issue where `astro:db` could not be used in serverless environments. diff --git a/packages/db/CHANGELOG.md b/packages/db/CHANGELOG.md index 2cfa128ef434..ec6f5592ccb9 100644 --- a/packages/db/CHANGELOG.md +++ b/packages/db/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/db +## 0.8.4 + +### Patch Changes + +- [#10443](https://github.com/withastro/astro/pull/10443) [`238f047b9d1ebc407f53d61ee61574b380a76ac9`](https://github.com/withastro/astro/commit/238f047b9d1ebc407f53d61ee61574b380a76ac9) Thanks [@lilnasy](https://github.com/lilnasy)! - Fixes an issue where `astro:db` could not be used in serverless environments. + ## 0.8.3 ### Patch Changes diff --git a/packages/db/package.json b/packages/db/package.json index 092e614f029b..f37eeeb5893b 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/db", - "version": "0.8.3", + "version": "0.8.4", "description": "", "license": "MIT", "type": "module",