summaryrefslogtreecommitdiff
path: root/packages/db
diff options
context:
space:
mode:
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 b909fffe0..2b89cae73 100644
--- a/packages/db/CHANGELOG.md
+++ b/packages/db/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/db
+## 0.10.6
+
+### Patch Changes
+
+- [#10816](https://github.com/withastro/astro/pull/10816) [`8e6eb62`](https://github.com/withastro/astro/commit/8e6eb624aee40bac66a58169a30107f624a8c539) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Add `astro login` support from online editors like Stackblitz and GitHub Codespaces
+
## 0.10.5
### Patch Changes
diff --git a/packages/db/package.json b/packages/db/package.json
index 6b7357dca..ac6b8a805 100644
--- a/packages/db/package.json
+++ b/packages/db/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/db",
- "version": "0.10.5",
+ "version": "0.10.6",
"description": "Add libSQL and Astro Studio support to your Astro site",
"license": "MIT",
"repository": {