We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4c0d8d commit 5cc45c1Copy full SHA for 5cc45c1
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Svelte changelog
2
3
+## 2.15.3
4
+
5
+* Don't mutate AST
6
7
## 2.15.2
8
9
* Expose `stats.props` ([#1837](https://github.com/sveltejs/svelte/issues/1837))
package.json
@@ -1,6 +1,6 @@
{
"name": "svelte",
- "version": "2.15.2",
+ "version": "2.15.3",
"description": "The magical disappearing UI framework",
"main": "compiler/svelte.js",
"bin": {
0 commit comments