summaryrefslogtreecommitdiff
path: root/packages/integrations/node
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-08-18 14:13:25 -0700
committerGravatar GitHub <noreply@github.com> 2023-08-18 17:13:25 -0400
commit34c39a0c96ee5aed74ceae851a512b271db7630d (patch)
tree8f4a16a476070887b7264fdb11d1ebad4b162476 /packages/integrations/node
parent531cc3e490bc3bc1b896eeaec05664571df5bb24 (diff)
downloadastro-34c39a0c96ee5aed74ceae851a512b271db7630d.tar.gz
astro-34c39a0c96ee5aed74ceae851a512b271db7630d.tar.zst
astro-34c39a0c96ee5aed74ceae851a512b271db7630d.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.md9
-rw-r--r--packages/integrations/node/package.json4
2 files changed, 11 insertions, 2 deletions
diff --git a/packages/integrations/node/CHANGELOG.md b/packages/integrations/node/CHANGELOG.md
index e85a81d33..f68040272 100644
--- a/packages/integrations/node/CHANGELOG.md
+++ b/packages/integrations/node/CHANGELOG.md
@@ -1,5 +1,14 @@
# @astrojs/node
+## 5.3.5
+
+### Patch Changes
+
+- [#8141](https://github.com/withastro/astro/pull/8141) [`4c15c0696`](https://github.com/withastro/astro/commit/4c15c069691ca25efcb9ebb7d9b45605cd136ed3) Thanks [@lilnasy](https://github.com/lilnasy)! - Fixed an issue where the preview mode handled 404 and 500 routes differently from running app with node directly.
+
+- Updated dependencies [[`04caa99c4`](https://github.com/withastro/astro/commit/04caa99c48ce604ca3b90302ff0df8dcdbeee650)]:
+ - astro@2.10.12
+
## 5.3.4
### Patch Changes
diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json
index 3c6ba45cc..26cf81cd0 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": "5.3.4",
+ "version": "5.3.5",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@@ -38,7 +38,7 @@
"server-destroy": "^1.0.1"
},
"peerDependencies": {
- "astro": "workspace:^2.10.11"
+ "astro": "workspace:^2.10.12"
},
"devDependencies": {
"@types/node": "^18.16.18",