diff options
author | 2024-01-02 07:26:33 -0800 | |
---|---|---|
committer | 2024-01-02 10:26:33 -0500 | |
commit | a700abc268179bef2d0f1a1bed9de987a057d30c (patch) | |
tree | a427b8291b13e6d87c196bd0b5a97afd35108fdd | |
parent | c3fbf3b94c665f00aece01fbd379b008c4734c15 (diff) | |
download | astro-a700abc268179bef2d0f1a1bed9de987a057d30c.tar.gz astro-a700abc268179bef2d0f1a1bed9de987a057d30c.tar.zst astro-a700abc268179bef2d0f1a1bed9de987a057d30c.zip |
[ci] release (#9541)
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 2a37ae6f8..671048924 100644 --- a/packages/integrations/node/CHANGELOG.md +++ b/packages/integrations/node/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/node +## 7.0.4 + +### Patch Changes + +- [#9533](https://github.com/withastro/astro/pull/9533) [`48f47b50a0f8bc0fa51760215def36640f79050d`](https://github.com/withastro/astro/commit/48f47b50a0f8bc0fa51760215def36640f79050d) Thanks [@lilnasy](https://github.com/lilnasy)! - Fixes a bug where an error while serving response stopped the server. + ## 7.0.3 ### Patch Changes diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json index f2ed4f2e5..c3d952840 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": "7.0.3", + "version": "7.0.4", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |