pull/1843/head v2.15.2
Rich Harris 7 years ago
parent b6efae9b23
commit daa9344cbc

@ -1,5 +1,9 @@
# Svelte changelog
## 2.15.2
* Expose `stats.props` ([#1837](https://github.com/sveltejs/svelte/issues/1837))
## 2.15.1
* Don't throw missing store error when store is declared in component ([#1828](https://github.com/sveltejs/svelte/issues/1828))

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

Loading…
Cancel
Save