pull/477/head v1.14.1
Rich-Harris 8 years ago
parent d7320ba9fd
commit ec543cf9b6

@ -1,5 +1,9 @@
# Svelte changelog # 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 ## 1.14.0
* Better guard against naming conflicts ([#465](https://github.com/sveltejs/svelte/issues/465)) * Better guard against naming conflicts ([#465](https://github.com/sveltejs/svelte/issues/465))

@ -1,6 +1,6 @@
{ {
"name": "svelte", "name": "svelte",
"version": "1.14.0", "version": "1.14.1",
"description": "The magical disappearing UI framework", "description": "The magical disappearing UI framework",
"main": "compiler/svelte.js", "main": "compiler/svelte.js",
"files": [ "files": [

Loading…
Cancel
Save