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": {