diff --git a/CHANGELOG.md b/CHANGELOG.md index ee562e3609..d07995044c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Svelte changelog +## 1.4.0 + +* Keyed `each` blocks ([#81](https://github.com/sveltejs/svelte/issues/81)) + ## 1.3.1 * Remove file extensions from AMD dependencies ([#144](https://github.com/sveltejs/svelte/issues/144)) diff --git a/package.json b/package.json index ed383f6050..8ff0f7adf8 100644 --- a/package.json +++ b/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": [