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:
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…
Reference in New Issue
Block a user