pull/7738/head
Rich-Harris 9 years ago
parent 3ed199d644
commit 027e4bb033

@ -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))

@ -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": [

Loading…
Cancel
Save