@ -1,5 +1,9 @@
# Svelte changelog
## 2.13.3
* Fix bug with keyed each blocks and nested components ([#1706](https://github.com/sveltejs/svelte/issues/1706))
## 2.13.2
* Coalesce simultaneous store/component updates ([#1520](https://github.com/sveltejs/svelte/issues/1520))
@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "2.9.9",
"version": "2.13.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"version": "2.13.2",
"description": "The magical disappearing UI framework",
"main": "compiler/svelte.js",
"bin": {