pull/103/head v1.0.7
Rich-Harris 8 years ago
parent ccea50abdd
commit e09a39d34f

@ -1,5 +1,9 @@
# Svelte changelog
## 1.0.7
* Correctly escape HTML entities ([#85](https://github.com/sveltejs/svelte/issues/85))
## 1.0.6
* Generate useful sourcemaps ([#60](https://github.com/sveltejs/svelte/issues/60))

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

Loading…
Cancel
Save