diff --git a/CHANGELOG.md b/CHANGELOG.md index b77fd46d40..b12a89cf82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Svelte changelog +## 1.39.4 + +* Extract shared init logic ([#855](https://github.com/sveltejs/svelte/pull/855)) +* Allow `console.*` calls in event handlers ([#782](https://github.com/sveltejs/svelte/issues/782)) +* Marker comments in output ([#823](https://github.com/sveltejs/svelte/issues/823)) +* Use `textContent` and `innerHTML` where appropriate ([#23](https://github.com/sveltejs/svelte/issues/23)) +* Various improvements to generated code + ## 1.39.3 * Allow `slot='...'` inside custom elements ([#827](https://github.com/sveltejs/svelte/issues/827)) diff --git a/package.json b/package.json index b06cacc724..a3ff6bc5f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.39.3", + "version": "1.39.4", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [