From ec543cf9b6e234b1f7e77011fa7e62056e8d1dda Mon Sep 17 00:00:00 2001 From: Rich-Harris Date: Wed, 12 Apr 2017 08:35:27 -0400 Subject: [PATCH] -> v1.14.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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": [