Skip to content

Commit cc7bf6f

Browse files
committed
-> v1.38.0
1 parent ad59771 commit cc7bf6f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## 1.38.0
4+
5+
* Compile-time a11y warnings ([#815](https://github.com/sveltejs/svelte/pull/815))
6+
* Remove redundant input blowback guards ([#645](https://github.com/sveltejs/svelte/issues/645))
7+
* Use component name in debugging messages ([#781](https://github.com/sveltejs/svelte/issues/781))
8+
39
## 1.37.0
410

511
* Experimental support for compiling to custom elements ([#797](https://github.com/sveltejs/svelte/issues/797))

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.37.0",
3+
"version": "1.38.0",
44
"description": "The magical disappearing UI framework",
55
"main": "compiler/svelte.js",
66
"files": [

0 commit comments

Comments
 (0)