0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 01:11:24 +01:00

-> v1.60.1

This commit is contained in:
Rich-Harris 2018-04-03 16:58:44 -04:00
parent 6266d6fba4
commit 4661fbbb5e
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Svelte changelog
## 1.60.1
* Fix spread updates on dynamic components ([#1307](https://github.com/sveltejs/svelte/issues/1307))
## 1.60.0
* Spread properties ([#195](https://github.com/sveltejs/svelte/issues/195))

View File

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