pull/1654/merge v2.13.1
Rich Harris 7 years ago
parent 4d4c2c3655
commit 0f171a5f3e

@ -1,5 +1,9 @@
# Svelte changelog
## 2.13.1
* Coerce second argument to `toggleClass` ([#1685](https://github.com/sveltejs/svelte/issues/1685))
## 2.13.0
* Add `class` directive ([#890](https://github.com/sveltejs/svelte/issues/890))

@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "2.13.0",
"version": "2.13.1",
"description": "The magical disappearing UI framework",
"main": "compiler/svelte.js",
"bin": {

Loading…
Cancel
Save