diff options
author | 2024-03-01 01:31:12 -0800 | |
---|---|---|
committer | 2024-03-01 10:31:12 +0100 | |
commit | fea77cf8324a346d5cb74ef415ac151d0f7e535c (patch) | |
tree | 5da381bcca613d206e16ff6a143229a95550a755 | |
parent | 3351f7400e9d12a0e601d2eb9c9e35c97b73b853 (diff) | |
download | astro-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.md | 6 | ||||
-rw-r--r-- | packages/integrations/node/package.json | 2 |
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", |