We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9af5c27 commit dfcbd01Copy full SHA for dfcbd01
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Svelte changelog
2
3
+## 1.4.0
4
+
5
+* Keyed `each` blocks ([#81](https://github.com/sveltejs/svelte/issues/81))
6
7
## 1.3.1
8
9
* Remove file extensions from AMD dependencies ([#144](https://github.com/sveltejs/svelte/issues/144))
package.json
@@ -1,6 +1,6 @@
{
"name": "svelte",
- "version": "1.3.1",
+ "version": "1.4.0",
"description": "The magical disappearing UI framework",
"main": "compiler/svelte.js",
"files": [
0 commit comments