pull/320/head v1.8.1
Rich Harris 8 years ago
parent 25d68a34ab
commit 62c8ef42ff

@ -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))

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

Loading…
Cancel
Save