Skip to content

Commit a2cd1fe

Browse files
committed
-> v3.12.1
1 parent 14ca56e commit a2cd1fe

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Svelte changelog
22

3+
## 3.12.1
4+
5+
* Escape `@` symbols in props, again ([#3545](https://github.com/sveltejs/svelte/issues/3545))
6+
37
## 3.12.0
48

5-
* Fire events on `document` in development to facilitate dev tooling ([#3005](https://github.com/sveltejs/svelte/pull/3005)])
9+
* Fire events on `document` in development to facilitate dev tooling ([#3005](https://github.com/sveltejs/svelte/pull/3005))
610

711
## 3.11.0
812

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte",
3-
"version": "3.12.0",
3+
"version": "3.12.1",
44
"description": "Cybernetically enhanced web apps",
55
"module": "index.mjs",
66
"main": "index",

0 commit comments

Comments
 (0)