From 5bcd479400292d23a67a945fa20f54feea60524d Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Tue, 10 Dec 2019 10:49:43 -0500 Subject: [PATCH] -> v3.16.2 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7f0675c0a..0f53d387b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index 4d115cb778..e13824687e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "3.16.1", + "version": "3.16.2", "description": "Cybernetically enhanced web apps", "module": "index.mjs", "main": "index",