0
0
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:
Rich Harris 2017-03-06 17:39:01 -05:00
parent fe2a06da47
commit 2c58e39ed4
2 changed files with 6 additions and 1 deletions

View File

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

View File

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