diff options
author | 2024-03-18 21:05:27 -0700 | |
---|---|---|
committer | 2024-03-18 21:05:27 -0700 | |
commit | 7eac778cce4429059d433fa22bf8f44555e2965f (patch) | |
tree | 9f3abfaa0e802c76df79368ee902079d1accd1db | |
parent | 124cdd64f20d86f936853f3cf834fde8cd6abcb7 (diff) | |
download | astro-7eac778cce4429059d433fa22bf8f44555e2965f.tar.gz astro-7eac778cce4429059d433fa22bf8f44555e2965f.tar.zst astro-7eac778cce4429059d433fa22bf8f44555e2965f.zip |
[ci] release (#10483)@astrojs/db@0.8.8
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r-- | .changeset/small-crabs-look.md | 5 | ||||
-rw-r--r-- | packages/db/CHANGELOG.md | 6 | ||||
-rw-r--r-- | packages/db/package.json | 2 |
3 files changed, 7 insertions, 6 deletions
diff --git a/.changeset/small-crabs-look.md b/.changeset/small-crabs-look.md deleted file mode 100644 index e08c06830..000000000 --- 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 33f44bae1..0a9a0b6b5 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 511747948..d3f431c5c 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", |