pull/3540/head v3.12.0
Richard Harris 5 years ago
parent 3d0a3cd943
commit 6892c4a048

@ -1,5 +1,9 @@
# Svelte changelog
## 3.12.0
* Fire events on `document` in development to facilitate dev tooling ([#3005](https://github.com/sveltejs/svelte/pull/3005)])
## 3.11.0
* `$capture_state` and `$inject_state` HMR hooks in dev mode ([#3148](https://github.com/sveltejs/svelte/pull/3148))

@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "3.11.0",
"version": "3.12.0",
"description": "Cybernetically enhanced web apps",
"module": "index.mjs",
"main": "index",

Loading…
Cancel
Save