Skip to content

Commit 7c0986f

Browse files
committed
-> v2.7.1
1 parent 2e4ce75 commit 7c0986f

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+
## 2.7.1
4+
5+
* Fix spread props with multiple dependencies ([#1515](https://github.com/sveltejs/svelte/issues/1515))
6+
37
## 2.7.0
48

59
* Add `__svelte_meta` object to elements in dev mode, containing source info ([#1499](https://github.com/sveltejs/svelte/issues/1499))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte",
3-
"version": "2.7.0",
3+
"version": "2.7.1",
44
"description": "The magical disappearing UI framework",
55
"main": "compiler/svelte.js",
66
"bin": {

0 commit comments

Comments
 (0)