Skip to content

Commit 3c1bcfa

Browse files
committed
-> v2.5.1
1 parent 57c0fdc commit 3c1bcfa

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Svelte changelog
22

3+
## 2.5.1
4+
5+
* Add new ARIA attributes ([#1436](https://github.com/sveltejs/svelte/pull/1436))
6+
* Add `Promise` to whitelisted globals ([#1441](https://github.com/sveltejs/svelte/issues/1441))
7+
* Allow spaces around reserved keyword attributes ([#1445](https://github.com/sveltejs/svelte/issues/1445))
8+
39
## 2.5.0
410

511
* Support transitions in `await` blocks ([#956](https://github.com/sveltejs/svelte/issues/956))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"description": "The magical disappearing UI framework",
55
"main": "compiler/svelte.js",
66
"bin": {

0 commit comments

Comments
 (0)