0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00

-> v1.64.1

This commit is contained in:
Rich Harris 2018-04-18 07:59:00 -04:00
parent 8e687238aa
commit b49fac6b7a
2 changed files with 5 additions and 1 deletions

View File

@ -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))

View File

@ -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": [