We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 811aa31 commit 09e6ae0Copy full SHA for 09e6ae0
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Svelte changelog
2
3
+## 2.15.4
4
+
5
+* IE `classList` fix ([#1868](https://github.com/sveltejs/svelte/pull/1868))
6
7
## 2.15.3
8
9
* Don't mutate AST
package.json
@@ -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": {
0 commit comments