summaryrefslogtreecommitdiff
path: root/packages/integrations/node
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-11-28 08:07:52 -0800
committerGravatar GitHub <noreply@github.com> 2023-11-28 10:07:52 -0600
commitd0d5ff78c9f81bea8678cde443d0f822465fbb4d (patch)
tree875319302a20dfc352535521e6ab8a4842367a20 /packages/integrations/node
parent6e0292a1fa79914ef70759372886b23ca413ece8 (diff)
downloadastro-d0d5ff78c9f81bea8678cde443d0f822465fbb4d.tar.gz
astro-d0d5ff78c9f81bea8678cde443d0f822465fbb4d.tar.zst
astro-d0d5ff78c9f81bea8678cde443d0f822465fbb4d.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.md6
-rw-r--r--packages/integrations/node/package.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/integrations/node/CHANGELOG.md b/packages/integrations/node/CHANGELOG.md
index 8ef4b80ac..4b455aeae 100644
--- a/packages/integrations/node/CHANGELOG.md
+++ b/packages/integrations/node/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/node
+## 6.1.0
+
+### Minor Changes
+
+- [#9125](https://github.com/withastro/astro/pull/9125) [`8f1d50957`](https://github.com/withastro/astro/commit/8f1d509574f5ee5d77816a13d89ce452dce403ff) Thanks [@matthewp](https://github.com/matthewp)! - Automatically sets immutable cache headers for assets served from the `/_astro` directory.
+
## 6.0.4
### Patch Changes
diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json
index b50b3e175..8f5d88285 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": "6.0.4",
+ "version": "6.1.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",