summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-03-12 06:50:49 -0700
committerGravatar GitHub <noreply@github.com> 2024-03-12 09:50:49 -0400
commit0b0e244d1ea416487ad1f2f2a6481baa5a327402 (patch)
treec1e9e6693b71541fdef7973234f72cc10015b252
parenta084d8cec66e4fb1952bd0dfe293712401f2f463 (diff)
downloadastro-@astrojs/db@0.8.1.tar.gz
astro-@astrojs/db@0.8.1.tar.zst
astro-@astrojs/db@0.8.1.zip
[ci] release (#10402)@astrojs/db@0.8.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/beige-gorillas-warn.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/beige-gorillas-warn.md b/.changeset/beige-gorillas-warn.md
deleted file mode 100644
index 6da46ac80..000000000
--- a/.changeset/beige-gorillas-warn.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/db": patch
----
-
-Fix astro:db configuration types returning `any`
diff --git a/packages/db/CHANGELOG.md b/packages/db/CHANGELOG.md
index 518e006ff..020135a19 100644
--- a/packages/db/CHANGELOG.md
+++ b/packages/db/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/db
+## 0.8.1
+
+### Patch Changes
+
+- [#10401](https://github.com/withastro/astro/pull/10401) [`a084d8cec66e4fb1952bd0dfe293712401f2f463`](https://github.com/withastro/astro/commit/a084d8cec66e4fb1952bd0dfe293712401f2f463) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Fix astro:db configuration types returning `any`
+
## 0.8.0
### Minor Changes
diff --git a/packages/db/package.json b/packages/db/package.json
index fd8a6976f..69de3628c 100644
--- a/packages/db/package.json
+++ b/packages/db/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/db",
- "version": "0.8.0",
+ "version": "0.8.1",
"description": "",
"license": "MIT",
"type": "module",