Skip to content

Commit 8ed5f1e

Browse files
committed
-> v3.6.2
1 parent b2d9da3 commit 8ed5f1e

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Svelte changelog
22

3+
## 3.6.2
4+
5+
* Fix placement of each-else block ([#2917](https://github.com/sveltejs/svelte/issues/2917))
6+
* Make context accessible to `bind:this` ([#2806](https://github.com/sveltejs/svelte/issues/2806))
7+
* Pass hoisted values to slots ([#2586](https://github.com/sveltejs/svelte/issues/2586))
8+
39
## 3.6.1
410

511
* Fix escaping of `@` in dev mode debug filename ([#3114](https://github.com/sveltejs/svelte/pull/3114))

package-lock.json

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte",
3-
"version": "3.6.1",
3+
"version": "3.6.2",
44
"description": "Cybernetically enhanced web apps",
55
"module": "index.mjs",
66
"main": "index",

0 commit comments

Comments
 (0)