Skip to content

Commit 2c58e39

Browse files
committed
-> v1.10.2
1 parent fe2a06d commit 2c58e39

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Svelte changelog
22

3+
## 1.10.2
4+
5+
* Accept any case for doctype declarations ([#336](https://github.com/sveltejs/svelte/issues/336))
6+
* Allow non-top-level `<script>` and `<style>` tags to pass through without processing ([#335](https://github.com/sveltejs/svelte/issues/335))
7+
38
## 1.10.1
49

510
* typecheck argument in _set when in dev mode ([#342](https://github.com/sveltejs/svelte/issues/342))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte",
3-
"version": "1.10.1",
3+
"version": "1.10.2",
44
"description": "The magical disappearing UI framework",
55
"main": "compiler/svelte.js",
66
"files": [

0 commit comments

Comments
 (0)