diff options
author | 2024-03-14 11:36:01 -0700 | |
---|---|---|
committer | 2024-03-14 14:36:01 -0400 | |
commit | 7d8565db339cb6d5c83395e849a291fe9995b51f (patch) | |
tree | ff04a73533453725e071e7edd30fe088dfe96ee3 | |
parent | cdf1ac1292ee97751ce82cfe571ce7e162376ff3 (diff) | |
download | astro-7d8565db339cb6d5c83395e849a291fe9995b51f.tar.gz astro-7d8565db339cb6d5c83395e849a291fe9995b51f.tar.zst astro-7d8565db339cb6d5c83395e849a291fe9995b51f.zip |
[ci] release (#10444)@astrojs/db@0.8.4
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r-- | .changeset/few-teachers-impress.md | 5 | ||||
-rw-r--r-- | packages/db/CHANGELOG.md | 6 | ||||
-rw-r--r-- | packages/db/package.json | 2 |
3 files changed, 7 insertions, 6 deletions
diff --git a/.changeset/few-teachers-impress.md b/.changeset/few-teachers-impress.md deleted file mode 100644 index 0fdcec9bf..000000000 --- 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 2cfa128ef..ec6f5592c 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 092e614f0..f37eeeb58 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", |