diff --git a/.changeset/small-crabs-look.md b/.changeset/small-crabs-look.md deleted file mode 100644 index e08c06830c..0000000000 --- a/.changeset/small-crabs-look.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/db": patch ---- - -Remove redundant wait time on token creation diff --git a/packages/db/CHANGELOG.md b/packages/db/CHANGELOG.md index 33f44bae13..0a9a0b6b52 100644 --- a/packages/db/CHANGELOG.md +++ b/packages/db/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/db +## 0.8.8 + +### Patch Changes + +- [#10477](https://github.com/withastro/astro/pull/10477) [`124cdd64f20d86f936853f3cf834fde8cd6abcb7`](https://github.com/withastro/astro/commit/124cdd64f20d86f936853f3cf834fde8cd6abcb7) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Remove redundant wait time on token creation + ## 0.8.7 ### Patch Changes diff --git a/packages/db/package.json b/packages/db/package.json index 5117479489..d3f431c5c6 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/db", - "version": "0.8.7", + "version": "0.8.8", "description": "", "license": "MIT", "type": "module",