summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.changeset/few-teachers-impress.md5
-rw-r--r--packages/db/CHANGELOG.md6
-rw-r--r--packages/db/package.json2
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",