summaryrefslogtreecommitdiff
path: root/packages/integrations/node
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-11-16 05:50:47 -0800
committerGravatar GitHub <noreply@github.com> 2023-11-16 21:50:47 +0800
commit8366cd777530e6e0740f8a9c535f3c4382ffb053 (patch)
tree87676b702b11f2fcc694d305d26a552e9277dffe /packages/integrations/node
parentac5633b8f615fe90ea419e00c5c771d00783a6e2 (diff)
downloadastro-8366cd777530e6e0740f8a9c535f3c4382ffb053.tar.gz
astro-8366cd777530e6e0740f8a9c535f3c4382ffb053.tar.zst
astro-8366cd777530e6e0740f8a9c535f3c4382ffb053.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/node')
-rw-r--r--packages/integrations/node/CHANGELOG.md6
-rw-r--r--packages/integrations/node/package.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/integrations/node/CHANGELOG.md b/packages/integrations/node/CHANGELOG.md
index 1b319f62d..8ef4b80ac 100644
--- a/packages/integrations/node/CHANGELOG.md
+++ b/packages/integrations/node/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/node
+## 6.0.4
+
+### Patch Changes
+
+- [#9071](https://github.com/withastro/astro/pull/9071) [`c9487138d`](https://github.com/withastro/astro/commit/c9487138d6d8fd39c8c8512239b6724cf2b275ff) Thanks [@pilcrowOnPaper](https://github.com/pilcrowOnPaper)! - Fixes a bug where the response stream would not cancel when the connection closed
+
## 6.0.3
### Patch Changes
diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json
index 09d26aa4f..b50b3e175 100644
--- a/packages/integrations/node/package.json
+++ b/packages/integrations/node/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/node",
"description": "Deploy your site to a Node.js server",
- "version": "6.0.3",
+ "version": "6.0.4",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",