pull/31/head v0.1.0
Rich-Harris 8 years ago
parent 09905ea5cf
commit ff4f0a952c

@ -1,5 +1,9 @@
# Svelte changelog
## 0.1.0
* Breaking change  Svelte compiler now generates constructor functions rather than factories ([#2](https://github.com/sveltejs/svelte/issues/2))
## 0.0.2
* First release capable of building TodoMVC

@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "0.0.2",
"version": "0.1.0",
"description": "The magical disappearing UI framework",
"main": "dist/svelte.umd.js",
"module": "dist/svelte.es.js",

Loading…
Cancel
Save