0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-29 16:36:44 +01:00

-> v3.16.2

This commit is contained in:
Rich Harris 2019-12-10 10:49:43 -05:00
parent 1f8472262f
commit ba3ab67233
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Svelte changelog
## 3.16.2
* Handle slot updates when parent component has a bitmask overflow ([#4078](https://github.com/sveltejs/svelte/pull/4078))
## 3.16.1
* Fix unused export warning for props used as stores ([#4021](https://github.com/sveltejs/svelte/issues/4021))

View File

@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "3.16.1",
"version": "3.16.2",
"description": "Cybernetically enhanced web apps",
"module": "index.mjs",
"main": "index",