Skip to content

Commit 5479973

Browse files
committed
-> v2.6.6
1 parent c5544b7 commit 5479973

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## 2.6.6
4+
5+
* Fix nested transition bug ([#1497](https://github.com/sveltejs/svelte/issues/1497))
6+
37
## 2.6.5
48

59
* Handle cases where only some `if` block branches have outros ([#1492](https://github.com/sveltejs/svelte/issues/1492))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte",
3-
"version": "2.6.5",
3+
"version": "2.6.6",
44
"description": "The magical disappearing UI framework",
55
"main": "compiler/svelte.js",
66
"bin": {

0 commit comments

Comments
 (0)