pull/4275/head v3.17.1
Conduitry 6 years ago
parent 7494509dfd
commit 4e812a95e9

@ -0,0 +1 @@
{"files.insertFinalNewline":false}

@ -1,6 +1,6 @@
# Svelte changelog # Svelte changelog
## Unreleased ## 3.17.1
* Only attach SSR mode markers to a component's `<head>` elements when compiling with `hydratable: true` ([#4258](https://github.com/sveltejs/svelte/issues/4258)) * Only attach SSR mode markers to a component's `<head>` elements when compiling with `hydratable: true` ([#4258](https://github.com/sveltejs/svelte/issues/4258))

@ -1,6 +1,6 @@
{ {
"name": "svelte", "name": "svelte",
"version": "3.17.0", "version": "3.17.1",
"description": "Cybernetically enhanced web apps", "description": "Cybernetically enhanced web apps",
"module": "index.mjs", "module": "index.mjs",
"main": "index", "main": "index",

Loading…
Cancel
Save