pull/751/head v1.28.1
Rich Harris 7 years ago
parent 207c59986a
commit ff814ecfa4

@ -1,5 +1,9 @@
# Svelte changelog
## 1.28.1
* Fix unescaping of special words in SSR mode ([#741](https://github.com/sveltejs/svelte/issues/741))
## 1.28.0
* Support `ref:foo` as a CSS selector ([#693](https://github.com/sveltejs/svelte/issues/693))

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

Loading…
Cancel
Save