From daa9344cbc75e54e2a1ce0f8f2f5938fd4e6fe2f Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sun, 4 Nov 2018 17:52:16 -0500 Subject: [PATCH] -> v2.15.2 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3419e6da1f..0035de93f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index 346bd0f6fd..8c26577abf 100644 --- a/package.json +++ b/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": {