Skip to content

Commit 8f20923

Browse files
committed
-> v1.10.1
1 parent cf48427 commit 8f20923

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## 1.10.1
4+
5+
* typecheck argument in _set when in dev mode ([#342](https://github.com/sveltejs/svelte/issues/342))
6+
* Prevent duplicate helpers in non-shared mode ([#337](https://github.com/sveltejs/svelte/issues/337))
7+
38
## 1.10.0
49

510
* Component self-references with `<:Self/>` ([#51](https://github.com/sveltejs/svelte/issues/51))

package.json

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

0 commit comments

Comments
 (0)