diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cf444bfb4..3f46a44cf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Svelte changelog +## 1.38.0 + +* Compile-time a11y warnings ([#815](https://github.com/sveltejs/svelte/pull/815)) +* Remove redundant input blowback guards ([#645](https://github.com/sveltejs/svelte/issues/645)) +* Use component name in debugging messages ([#781](https://github.com/sveltejs/svelte/issues/781)) + ## 1.37.0 * Experimental support for compiling to custom elements ([#797](https://github.com/sveltejs/svelte/issues/797)) diff --git a/package.json b/package.json index f325ba0e7f..ef135f1f69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.37.0", + "version": "1.38.0", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [