merge master -> v2

pull/1348/head
Rich Harris 6 years ago
commit a2d3d05bfa

@ -1,5 +1,9 @@
# Svelte changelog
## 1.64.1
* Fix computed properties in SSR renderer ([#1349](https://github.com/sveltejs/svelte/issues/1349))
## 1.64.0
* Deprecate passing a string argument to `component.get` ([#1347](https://github.com/sveltejs/svelte/pull/1347))

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

Loading…
Cancel
Save