pull/156/head v1.2.0
Rich Harris 8 years ago
parent f978bbe977
commit 2cc3e82ef3

@ -1,5 +1,9 @@
# Svelte changelog
## 1.2.0
* Server-side rendering of HTML ([#148](https://github.com/sveltejs/svelte/pull/148)) and CSS ([#154](https://github.com/sveltejs/svelte/pull/154))
## 1.1.3
* Handle `xmlns` attributes correctly ([#142](https://github.com/sveltejs/svelte/issues/142))

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

Loading…
Cancel
Save