pull/1870/head v2.15.4
Rich Harris 6 years ago
parent 811aa31909
commit 09e6ae0e8e

@ -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": {

Loading…
Cancel
Save