pull/350/head v1.10.2
Rich Harris 8 years ago
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…
Cancel
Save