Skip to content

Commit 72bd23a

Browse files
committed
-> v1.43.1
1 parent 3264b51 commit 72bd23a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Svelte changelog
22

3+
## 1.43.1
4+
5+
* Fix parameterised transitions ([#962](https://github.com/sveltejs/svelte/issues/962))
6+
* Prevent boolean attributes breaking estree-walker expectations ([#961](https://github.com/sveltejs/svelte/issues/961))
7+
* Throw error on cyclical store computations ([#964](https://github.com/sveltejs/svelte/pull/964))
8+
39
## 1.43.0
410

511
* Export `Store` class to manage global state ([#930](https://github.com/sveltejs/svelte/issues/930))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte",
3-
"version": "1.43.0",
3+
"version": "1.43.1",
44
"description": "The magical disappearing UI framework",
55
"main": "compiler/svelte.js",
66
"files": [

0 commit comments

Comments
 (0)