pull/7738/head
Rich-Harris 9 years ago
parent 37343e656e
commit 38a490d825

@ -1,5 +1,10 @@
# Svelte changelog
## 1.11.0
* Add `format: 'eval'` and `svelte.create`, to create components directly from source code ([#345](https://github.com/sveltejs/svelte/issues/345))
* Node 4 compatibility ([#109](https://github.com/sveltejs/svelte/issues/109))
## 1.10.3
* Prevent `'</script>'` string occurence breaking pages ([#349](https://github.com/sveltejs/svelte/pull/349))

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

Loading…
Cancel
Save