Skip to content

Commit 6c9b739

Browse files
Version Packages (next) (#3195)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a425e2e commit 6c9b739

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@
132132
"famous-turtles-appear",
133133
"fast-cameras-bow",
134134
"fast-goats-argue",
135+
"fast-pans-enjoy",
135136
"fast-poems-notice",
136137
"few-apes-listen",
137138
"few-points-taste",
@@ -612,6 +613,7 @@
612613
"wild-beans-happen",
613614
"wild-clouds-hear",
614615
"wild-cooks-drive",
616+
"wild-eyes-walk",
615617
"wild-poets-rescue",
616618
"wild-pumas-jam",
617619
"wise-bees-juggle",

packages/adapter-node/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @sveltejs/adapter-node
22

3+
## 1.0.0-next.60
4+
5+
### Patch Changes
6+
7+
- Don't cache non-hashed static assets in adapter-node ([#3193](https://github.com/sveltejs/kit/pull/3193))
8+
9+
* Only set cache-control: immutable when appropriate ([#3196](https://github.com/sveltejs/kit/pull/3196))
10+
311
## 1.0.0-next.59
412

513
### Patch Changes

packages/adapter-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sveltejs/adapter-node",
3-
"version": "1.0.0-next.59",
3+
"version": "1.0.0-next.60",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/sveltejs/kit",

0 commit comments

Comments
 (0)