diff options
author | 2024-12-16 07:29:28 -0800 | |
---|---|---|
committer | 2024-12-16 16:29:28 +0100 | |
commit | 33ae7320e8687ab243424980f3ec8f64bf06a94f (patch) | |
tree | e1038b330dad96ad4c781ceefd090599ee54039d /packages/db/CHANGELOG.md | |
parent | 25c1e597f1e0f460351c2201a6bc46a77a417968 (diff) | |
download | astro-33ae7320e8687ab243424980f3ec8f64bf06a94f.tar.gz astro-33ae7320e8687ab243424980f3ec8f64bf06a94f.tar.zst astro-33ae7320e8687ab243424980f3ec8f64bf06a94f.zip |
[ci] release (#12716)astro@5.0.6@astrojs/db@0.14.4
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/db/CHANGELOG.md')
-rw-r--r-- | packages/db/CHANGELOG.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/db/CHANGELOG.md b/packages/db/CHANGELOG.md index 6194da7f3..7acd76965 100644 --- a/packages/db/CHANGELOG.md +++ b/packages/db/CHANGELOG.md @@ -1,5 +1,16 @@ # @astrojs/db +## 0.14.4 + +### Patch Changes + +- [#12416](https://github.com/withastro/astro/pull/12416) [`618de28`](https://github.com/withastro/astro/commit/618de283f57d19397246f69dd476611abd56cf13) Thanks [@abegehr](https://github.com/abegehr)! - Fixes `isDbError()` guard for `LibsqlError` + +- [#12719](https://github.com/withastro/astro/pull/12719) [`358eae8`](https://github.com/withastro/astro/commit/358eae83b7cf3d79395eea3824e321b502522547) Thanks [@ascorbic](https://github.com/ascorbic)! - Fixes the publishing of the package + +- Updated dependencies []: + - @astrojs/studio@0.1.2 + ## 0.14.1 ### Patch Changes |