diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f5271eb0..a17bf1982 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Svelte changelog +## 1.0.5 + +* Ensure compiler only generates ES5 code ([#75](https://github.com/sveltejs/svelte/issues/75)) +* `get()` without arguments returns entire state object ([#73](https://github.com/sveltejs/svelte/issues/73)) + ## 1.0.4 * Handle empty attributes in elements and components ([#63](https://github.com/sveltejs/svelte/issues/63)) diff --git a/package.json b/package.json index 8f5eb51fc..96bcdcf10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.0.4", + "version": "1.0.5", "description": "The magical disappearing UI framework", "main": "dist/svelte.js", "files": [