diff --git a/.changeset/dry-rivers-switch.md b/.changeset/dry-rivers-switch.md deleted file mode 100644 index bcefabb10c..0000000000 --- a/.changeset/dry-rivers-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/db": patch ---- - -Prefer getting the app token from the runtime env diff --git a/.changeset/eleven-lobsters-doubt.md b/.changeset/eleven-lobsters-doubt.md deleted file mode 100644 index e1efade522..0000000000 --- a/.changeset/eleven-lobsters-doubt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/db": patch ---- - -Remove duplicate astro:db log during type generation diff --git a/packages/db/CHANGELOG.md b/packages/db/CHANGELOG.md index ec6f5592cc..b876b66d7e 100644 --- a/packages/db/CHANGELOG.md +++ b/packages/db/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/db +## 0.8.5 + +### Patch Changes + +- [#10445](https://github.com/withastro/astro/pull/10445) [`098623c2616124bcc689e2409564dfda187f6688`](https://github.com/withastro/astro/commit/098623c2616124bcc689e2409564dfda187f6688) Thanks [@matthewp](https://github.com/matthewp)! - Prefer getting the app token from the runtime env + +- [#10441](https://github.com/withastro/astro/pull/10441) [`5166e9715a1ea18eb5c737ccf834c2ff446d253c`](https://github.com/withastro/astro/commit/5166e9715a1ea18eb5c737ccf834c2ff446d253c) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Remove duplicate astro:db log during type generation + ## 0.8.4 ### Patch Changes diff --git a/packages/db/package.json b/packages/db/package.json index f37eeeb589..25a76d9ad2 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/db", - "version": "0.8.4", + "version": "0.8.5", "description": "", "license": "MIT", "type": "module",