diff options
Diffstat (limited to 'packages/db')
-rw-r--r-- | packages/db/CHANGELOG.md | 9 | ||||
-rw-r--r-- | packages/db/package.json | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/packages/db/CHANGELOG.md b/packages/db/CHANGELOG.md index b7e9bae00..25d58907c 100644 --- a/packages/db/CHANGELOG.md +++ b/packages/db/CHANGELOG.md @@ -1,5 +1,14 @@ # @astrojs/db +## 0.14.6 + +### Patch Changes + +- [#13011](https://github.com/withastro/astro/pull/13011) [`cf30880`](https://github.com/withastro/astro/commit/cf3088060d45227dcb48e041c4ed5e0081d71398) Thanks [@ascorbic](https://github.com/ascorbic)! - Upgrades Vite + +- Updated dependencies [[`cf30880`](https://github.com/withastro/astro/commit/cf3088060d45227dcb48e041c4ed5e0081d71398)]: + - @astrojs/studio@0.1.4 + ## 0.14.5 ### Patch Changes diff --git a/packages/db/package.json b/packages/db/package.json index 3258c93eb..d809a4697 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/db", - "version": "0.14.5", + "version": "0.14.6", "description": "Add libSQL and Astro Studio support to your Astro site", "license": "MIT", "repository": { |