summaryrefslogtreecommitdiff
path: root/packages/integrations/node
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2025-03-11 02:23:12 -0700
committerGravatar GitHub <noreply@github.com> 2025-03-11 09:23:12 +0000
commit10fae31ac1278ea3f713467cd2909372a4f41bb3 (patch)
tree7cc36c9debd9da029162cdac31dc60a7d10b94c0 /packages/integrations/node
parent6d1c63fa46a624b1c4981d4324ebabf37cc2b958 (diff)
downloadastro-@astrojs/cloudflare@12.2.4.tar.gz
astro-@astrojs/cloudflare@12.2.4.tar.zst
astro-@astrojs/cloudflare@12.2.4.zip
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/node')
-rw-r--r--packages/integrations/node/CHANGELOG.md7
-rw-r--r--packages/integrations/node/package.json2
2 files changed, 8 insertions, 1 deletions
diff --git a/packages/integrations/node/CHANGELOG.md b/packages/integrations/node/CHANGELOG.md
index d04804d42..5b86cca17 100644
--- a/packages/integrations/node/CHANGELOG.md
+++ b/packages/integrations/node/CHANGELOG.md
@@ -1,5 +1,12 @@
# @astrojs/node
+## 9.1.3
+
+### Patch Changes
+
+- Updated dependencies [[`042d1de`](https://github.com/withastro/astro/commit/042d1de901fd9aa66157ce078b28bcd9786e1373)]:
+ - @astrojs/internal-helpers@0.6.1
+
## 9.1.2
### Patch Changes
diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json
index b0cf46627..62530c276 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": "9.1.2",
+ "version": "9.1.3",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",