diff options
author | 2023-08-18 14:13:25 -0700 | |
---|---|---|
committer | 2023-08-18 17:13:25 -0400 | |
commit | 34c39a0c96ee5aed74ceae851a512b271db7630d (patch) | |
tree | 8f4a16a476070887b7264fdb11d1ebad4b162476 /packages/integrations/node | |
parent | 531cc3e490bc3bc1b896eeaec05664571df5bb24 (diff) | |
download | astro-34c39a0c96ee5aed74ceae851a512b271db7630d.tar.gz astro-34c39a0c96ee5aed74ceae851a512b271db7630d.tar.zst astro-34c39a0c96ee5aed74ceae851a512b271db7630d.zip |
[ci] release (#8145)astro@2.10.12@astrojs/react@2.3.2@astrojs/node@5.3.5
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.md | 9 | ||||
-rw-r--r-- | packages/integrations/node/package.json | 4 |
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", |