pull/1654/merge v2.13.0
Rich Harris 6 years ago
parent f1324e649f
commit c7609a2da3

@ -1,5 +1,10 @@
# Svelte changelog
## 2.13.0
* Add `class` directive ([#890](https://github.com/sveltejs/svelte/issues/890))
* Remove sourcemaps from npm package ([#1690](https://github.com/sveltejs/svelte/pull/1690))
## 2.12.1
* Allow actions to take any expression ([#1676](https://github.com/sveltejs/svelte/issues/1676))

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

Loading…
Cancel
Save