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": [