Skip to content

Commit 3bbfccc

Browse files
committed
-> v3.8.1
1 parent 207d8ae commit 3bbfccc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## 3.8.1
4+
5+
* Set SVG namespace for slotted elements ([#3321](https://github.com/sveltejs/svelte/issues/3321))
6+
37
## 3.8.0
48

59
* Add `self` event modifier ([#3372](https://github.com/sveltejs/svelte/issues/3372))

package.json

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

0 commit comments

Comments
 (0)