summaryrefslogtreecommitdiff
path: root/packages/db
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 547b18be4..d3816468d 100644
--- a/packages/db/CHANGELOG.md
+++ b/packages/db/CHANGELOG.md
@@ -1,5 +1,14 @@
# @astrojs/db
+## 0.14.10
+
+### Patch Changes
+
+- [#13526](https://github.com/withastro/astro/pull/13526) [`ff9d69e`](https://github.com/withastro/astro/commit/ff9d69e3443c80059c54f6296d19f66bb068ead3) Thanks [@jsparkdev](https://github.com/jsparkdev)! - update `vite` to the latest version
+
+- Updated dependencies [[`ff9d69e`](https://github.com/withastro/astro/commit/ff9d69e3443c80059c54f6296d19f66bb068ead3)]:
+ - @astrojs/studio@0.1.6
+
## 0.14.9
### Patch Changes
diff --git a/packages/db/package.json b/packages/db/package.json
index 1431b8922..5bdfb6470 100644
--- a/packages/db/package.json
+++ b/packages/db/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/db",
- "version": "0.14.9",
+ "version": "0.14.10",
"description": "Add libSQL and Astro Studio support to your Astro site",
"license": "MIT",
"repository": {