summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-03-01 01:31:12 -0800
committerGravatar GitHub <noreply@github.com> 2024-03-01 10:31:12 +0100
commitfea77cf8324a346d5cb74ef415ac151d0f7e535c (patch)
tree5da381bcca613d206e16ff6a143229a95550a755
parent3351f7400e9d12a0e601d2eb9c9e35c97b73b853 (diff)
downloadastro-fea77cf8324a346d5cb74ef415ac151d0f7e535c.tar.gz
astro-fea77cf8324a346d5cb74ef415ac151d0f7e535c.tar.zst
astro-fea77cf8324a346d5cb74ef415ac151d0f7e535c.zip
[ci] release (#10265)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-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 d95cb355c..9f5e216eb 100644
--- a/packages/integrations/node/CHANGELOG.md
+++ b/packages/integrations/node/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/node
+## 8.2.2
+
+### Patch Changes
+
+- [#10282](https://github.com/withastro/astro/pull/10282) [`b47dcaa25968ec85ba96fce23381c94a94e389f6`](https://github.com/withastro/astro/commit/b47dcaa25968ec85ba96fce23381c94a94e389f6) Thanks [@SatanshuMishra](https://github.com/SatanshuMishra)! - Fixes the `server.host` option to properly listen on all network interfaces when set to `true`
+
## 8.2.1
### Patch Changes
diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json
index fea5c39b1..95b5601f8 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": "8.2.1",
+ "version": "8.2.2",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",