From 62c8ef42ff1bf7a5af302cf3a6296e6249d44eb9 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Wed, 1 Mar 2017 16:33:55 -0500 Subject: [PATCH] -> v1.8.1 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2afff4d708..b6e938a0bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Svelte changelog +## 1.8.1 + +* Allow implicitly closed elements ([#318](https://github.com/sveltejs/svelte/pull/318)) +* More informative error messages for unclosed elements/blocks ([#258](https://github.com/sveltejs/svelte/issues/258)) + ## 1.8.0 * Prevent duplicate imports ([#308](https://github.com/sveltejs/svelte/issues/308)) diff --git a/package.json b/package.json index f9b53c0f27..5800b51b98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.8.0", + "version": "1.8.1", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [