0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-29 16:36:44 +01:00

-> v1.8.1

This commit is contained in:
Rich Harris 2017-03-01 16:33:55 -05:00
parent 25d68a34ab
commit 62c8ef42ff
2 changed files with 6 additions and 1 deletions

View File

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

View File

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