summaryrefslogtreecommitdiff
path: root/packages/db
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-03-26 14:24:02 -0700
committerGravatar GitHub <noreply@github.com> 2024-03-26 17:24:02 -0400
commitbb7707e1715fc3f496e4c3f07834221c8da62ff6 (patch)
treec577387365fd88322290d6555b8e9d79c61346a1 /packages/db
parent348c1ca1323d0516c2dcf8e963343cd12cb5407f (diff)
downloadastro-bb7707e1715fc3f496e4c3f07834221c8da62ff6.tar.gz
astro-bb7707e1715fc3f496e4c3f07834221c8da62ff6.tar.zst
astro-bb7707e1715fc3f496e4c3f07834221c8da62ff6.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/db')
-rw-r--r--packages/db/CHANGELOG.md6
-rw-r--r--packages/db/package.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/db/CHANGELOG.md b/packages/db/CHANGELOG.md
index 9b0bbc472..6548d9e22 100644
--- a/packages/db/CHANGELOG.md
+++ b/packages/db/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/db
+## 0.9.5
+
+### Patch Changes
+
+- [#10566](https://github.com/withastro/astro/pull/10566) [`b5a80405b93a166f6f019209152b860ffe2f73ef`](https://github.com/withastro/astro/commit/b5a80405b93a166f6f019209152b860ffe2f73ef) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Fix `db.run()` type signature in production.
+
## 0.9.4
### Patch Changes
diff --git a/packages/db/package.json b/packages/db/package.json
index dd0158182..c7145a58b 100644
--- a/packages/db/package.json
+++ b/packages/db/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/db",
- "version": "0.9.4",
+ "version": "0.9.5",
"description": "",
"license": "MIT",
"type": "module",