diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a43d8feed..50036edf27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Svelte changelog +## 1.17.2 + +* Replace bad characters when creating variable names based on attributes ([#470](https://github.com/sveltejs/svelte/issues/470)) + ## 1.17.1 * Fixes for static each-else and yield blocks ([#509](https://github.com/sveltejs/svelte/issues/509)), ([#514](https://github.com/sveltejs/svelte/issues/514)) @@ -48,7 +52,7 @@ * Add `bind:online` to window ([#404](https://github.com/sveltejs/svelte/issues/404)) * In dev mode, throw if read-only properties are set ([#404](https://github.com/sveltejs/svelte/issues/404)) * Prevent conflicts with component name ([#464](https://github.com/sveltejs/svelte/pull/464)) -* Ensure event handler names are deconflicted ([#466https://github.com/sveltejs/svelte/issues/466 +* Ensure event handler names are deconflicted ([#466](https://github.com/sveltejs/svelte/issues/466)) ## 1.13.7 @@ -284,7 +288,7 @@ ## 1.2.4 -* SSR compiler: Implement `{{{tripes}}}` ([#197](https://github.com/sveltejs/svelte/issues/197)) +* SSR compiler: Implement `{{{triples}}}` ([#197](https://github.com/sveltejs/svelte/issues/197)) * SSR compiler: Escape HTML in tags ([#197](https://github.com/sveltejs/svelte/issues/197)) ## 1.2.3 diff --git a/package.json b/package.json index d23e771d0e..3e89b6e2fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.17.1", + "version": "1.17.2", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [