We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6efae9 commit daa9344Copy full SHA for daa9344
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Svelte changelog
2
3
+## 2.15.2
4
+
5
+* Expose `stats.props` ([#1837](https://github.com/sveltejs/svelte/issues/1837))
6
7
## 2.15.1
8
9
* Don't throw missing store error when store is declared in component ([#1828](https://github.com/sveltejs/svelte/issues/1828))
package.json
@@ -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": {
0 commit comments