diff --git a/CHANGELOG.md b/CHANGELOG.md index 490178fdf2..e9e0d2d372 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Svelte changelog +## 1.14.1 + +* Replace bad characters when creating variable names based on attributes ([#470](https://github.com/sveltejs/svelte/issues/470)) + ## 1.14.0 * Better guard against naming conflicts ([#465](https://github.com/sveltejs/svelte/issues/465)) diff --git a/package.json b/package.json index 1d57d02a94..366cd18cf6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.14.0", + "version": "1.14.1", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [