Skip to content

Commit c5439b0

Browse files
committed
-> v3.8.0
1 parent 0619e6e commit c5439b0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## 3.8.0
4+
5+
* Add `self` event modifier ([#3372](https://github.com/sveltejs/svelte/issues/3372))
6+
* Generate valid code when spreading literal ([#3185](https://github.com/sveltejs/svelte/issues/3185))
7+
* Coerce tag values to string before checking equality ([#2290](https://github.com/sveltejs/svelte/issues/2290))
8+
39
## 3.7.1
410

511
* Assume `let` variables are dynamic for slots ([#3354](https://github.com/sveltejs/svelte/issues/3354))

package.json

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

0 commit comments

Comments
 (0)