mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-29 16:36:44 +01:00
-> v1.10.2
This commit is contained in:
parent
fe2a06da47
commit
2c58e39ed4
@ -1,5 +1,10 @@
|
||||
# Svelte changelog
|
||||
|
||||
## 1.10.2
|
||||
|
||||
* Accept any case for doctype declarations ([#336](https://github.com/sveltejs/svelte/issues/336))
|
||||
* Allow non-top-level `<script>` and `<style>` tags to pass through without processing ([#335](https://github.com/sveltejs/svelte/issues/335))
|
||||
|
||||
## 1.10.1
|
||||
|
||||
* typecheck argument in _set when in dev mode ([#342](https://github.com/sveltejs/svelte/issues/342))
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "svelte",
|
||||
"version": "1.10.1",
|
||||
"version": "1.10.2",
|
||||
"description": "The magical disappearing UI framework",
|
||||
"main": "compiler/svelte.js",
|
||||
"files": [
|
||||
|
Loading…
Reference in New Issue
Block a user