We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf48427 commit 8f20923Copy full SHA for 8f20923
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Svelte changelog
2
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
8
## 1.10.0
9
10
* Component self-references with `<:Self/>` ([#51](https://github.com/sveltejs/svelte/issues/51))
package.json
@@ -1,6 +1,6 @@
{
"name": "svelte",
- "version": "1.10.0",
+ "version": "1.10.1",
"description": "The magical disappearing UI framework",
"main": "compiler/svelte.js",
"files": [
0 commit comments