pull/1843/head v2.15.3
Rich Harris 6 years ago
parent e4c0d8d576
commit 5cc45c1e89

@ -1,5 +1,9 @@
# Svelte changelog # Svelte changelog
## 2.15.3
* Don't mutate AST
## 2.15.2 ## 2.15.2
* Expose `stats.props` ([#1837](https://github.com/sveltejs/svelte/issues/1837)) * Expose `stats.props` ([#1837](https://github.com/sveltejs/svelte/issues/1837))

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

Loading…
Cancel
Save