diff options
author | 2023-05-01 07:58:03 -0700 | |
---|---|---|
committer | 2023-05-01 10:58:03 -0400 | |
commit | d0cf3a2c01be9b72989ab4a64db3977861a562ce (patch) | |
tree | b8232d2507ed0c1e5614d7dc6e6ee028f90486c3 /packages/integrations/node/CHANGELOG.md | |
parent | 50975f2ea3a59f9e023cc631a9372c0c7986eec9 (diff) | |
download | astro-d0cf3a2c01be9b72989ab4a64db3977861a562ce.tar.gz astro-d0cf3a2c01be9b72989ab4a64db3977861a562ce.tar.zst astro-d0cf3a2c01be9b72989ab4a64db3977861a562ce.zip |
[ci] release (#6924)astro@2.3.3@astrojs/webapi@2.1.1@astrojs/telemetry@2.1.1@astrojs/tailwind@3.1.2@astrojs/svelte@2.1.1@astrojs/react@2.1.2@astrojs/node@5.1.2@astrojs/cloudflare@6.2.4
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/node/CHANGELOG.md')
-rw-r--r-- | packages/integrations/node/CHANGELOG.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/integrations/node/CHANGELOG.md b/packages/integrations/node/CHANGELOG.md index d5c97c9cc..18e0d5c59 100644 --- a/packages/integrations/node/CHANGELOG.md +++ b/packages/integrations/node/CHANGELOG.md @@ -1,5 +1,15 @@ # @astrojs/node +## 5.1.2 + +### Patch Changes + +- [#6935](https://github.com/withastro/astro/pull/6935) [`c405cef64`](https://github.com/withastro/astro/commit/c405cef64711a7b6a480e8b4068cd2bf3cf889a9) Thanks [@matthewp](https://github.com/matthewp)! - Catch errors that occur within the stream in the Node adapter + +- Updated dependencies [[`a98df9374`](https://github.com/withastro/astro/commit/a98df9374dec65c678fa47319cb1481b1af123e2), [`ac57b5549`](https://github.com/withastro/astro/commit/ac57b5549f828a17bdbebdaca7ace075307a3c9d), [`50975f2ea`](https://github.com/withastro/astro/commit/50975f2ea3a59f9e023cc631a9372c0c7986eec9), [`ebae1eaf8`](https://github.com/withastro/astro/commit/ebae1eaf87f49399036033c673b513338f7d9c42), [`dc062f669`](https://github.com/withastro/astro/commit/dc062f6695ce577dc569781fc0678c903012c336)]: + - astro@2.3.3 + - @astrojs/webapi@2.1.1 + ## 5.1.1 ### Patch Changes |