We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d0a3cd commit 6892c4aCopy full SHA for 6892c4a
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Svelte changelog
2
3
+## 3.12.0
4
+
5
+* Fire events on `document` in development to facilitate dev tooling ([#3005](https://github.com/sveltejs/svelte/pull/3005)])
6
7
## 3.11.0
8
9
* `$capture_state` and `$inject_state` HMR hooks in dev mode ([#3148](https://github.com/sveltejs/svelte/pull/3148))
package.json
@@ -1,6 +1,6 @@
{
"name": "svelte",
- "version": "3.11.0",
+ "version": "3.12.0",
"description": "Cybernetically enhanced web apps",
"module": "index.mjs",
"main": "index",
0 commit comments