diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dba4cdb96a4..9f5271eb0c5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Svelte changelog +## 1.0.4 + +* Handle empty attributes in elements and components ([#63](https://github.com/sveltejs/svelte/issues/63)) +* Detach top-level text nodes inside departing each blocks ([#62](https://github.com/sveltejs/svelte/issues/62)) + ## 1.0.3 * Better generated code for `if` blocks, especially with `else`/`elseif` chains ([#28](https://github.com/sveltejs/svelte/pull/28)) diff --git a/package.json b/package.json index ae3115b80be6..8f5eb51fc769 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.0.3", + "version": "1.0.4", "description": "The magical disappearing UI framework", "main": "dist/svelte.js", "files": [