Skip to content

Commit 0e80248

Browse files
committed
-> v1.37.0
1 parent 7c29def commit 0e80248

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Svelte changelog
22

3+
## 1.37.0
4+
5+
* Experimental support for compiling to custom elements ([#797](https://github.com/sveltejs/svelte/issues/797))
6+
37
## 1.36.0
48

59
* Optimize `style` attributes where possible ([#455](https://github.com/sveltejs/svelte/issues/455))

package.json

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

0 commit comments

Comments
 (0)