summaryrefslogtreecommitdiff
path: root/packages/db
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-06-17 06:39:57 -0700
committerGravatar GitHub <noreply@github.com> 2024-06-17 15:39:57 +0200
commit83c565b36c7a5bf8fbc6cc37934109b74ed43ba5 (patch)
treea91a1b70869e3fc50a12108523f9499a26cac43f /packages/db
parent7d597506615fa5a34327304e8321be7b9c4b799d (diff)
downloadastro-@astrojs/vue@4.5.0.tar.gz
astro-@astrojs/vue@4.5.0.tar.zst
astro-@astrojs/vue@4.5.0.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.md9
-rw-r--r--packages/db/package.json2
2 files changed, 10 insertions, 1 deletions
diff --git a/packages/db/CHANGELOG.md b/packages/db/CHANGELOG.md
index 7ee2e00ef..0d637523e 100644
--- a/packages/db/CHANGELOG.md
+++ b/packages/db/CHANGELOG.md
@@ -1,5 +1,14 @@
# @astrojs/db
+## 0.11.6
+
+### Patch Changes
+
+- [#11262](https://github.com/withastro/astro/pull/11262) [`9b03023`](https://github.com/withastro/astro/commit/9b030239cb4db4e51a8a1da638743b60837f7e1a) Thanks [@nezouse](https://github.com/nezouse)! - Import type `Database` from correct file
+
+- Updated dependencies []:
+ - @astrojs/studio@0.1.0
+
## 0.11.5
### Patch Changes
diff --git a/packages/db/package.json b/packages/db/package.json
index 21363873f..1703c812a 100644
--- a/packages/db/package.json
+++ b/packages/db/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/db",
- "version": "0.11.5",
+ "version": "0.11.6",
"description": "Add libSQL and Astro Studio support to your Astro site",
"license": "MIT",
"repository": {