From 2b9f4f3dd0f56f799346d2ab4d2efcd48a596f3b Mon Sep 17 00:00:00 2001 From: Rich-Harris Date: Thu, 1 Dec 2016 09:01:44 -0500 Subject: [PATCH] -> v1.0.5 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f5271eb0c..a17bf19821 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 8f5eb51fc7..96bcdcf10b 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": [