pull/1649/head v2.10.1
Rich Harris 6 years ago
parent 814b214825
commit 51c2cddd90

@ -1,5 +1,9 @@
# Svelte changelog
## 2.10.1
* Add sourcemaps to `{@debug}` tags ([#1647](https://github.com/sveltejs/svelte/pull/1647))
## 2.10.0
* Add a `{@debug}` tag, for inspecting values in templates in dev mode ([#1635](https://github.com/sveltejs/svelte/issues/1635))

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

Loading…
Cancel
Save