@ -1,5 +1,9 @@
# Svelte changelog
## 2.15.4
* IE `classList` fix ([#1868](https://github.com/sveltejs/svelte/pull/1868))
## 2.15.3
* Don't mutate AST
@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "2.15.3",
"version": "2.15.4",
"description": "The magical disappearing UI framework",
"main": "compiler/svelte.js",
"bin": {