pull/3405/head v3.8.1
Richard Harris 5 years ago
parent 207d8aeeed
commit 3bbfccc4cc

@ -1,5 +1,9 @@
# Svelte changelog
## 3.8.1
* Set SVG namespace for slotted elements ([#3321](https://github.com/sveltejs/svelte/issues/3321))
## 3.8.0
* Add `self` event modifier ([#3372](https://github.com/sveltejs/svelte/issues/3372))

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

Loading…
Cancel
Save