pull/7738/head
Rich Harris 7 years ago
parent beea4a5995
commit 57f8425d31

@ -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