From 3c1bcfab7966037980fa81f3072a79d3ea535d50 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Thu, 10 May 2018 22:10:41 -0400 Subject: [PATCH] -> v2.5.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67b63ae8c3..5410548e05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Svelte changelog +## 2.5.1 + +* Add new ARIA attributes ([#1436](https://github.com/sveltejs/svelte/pull/1436)) +* Add `Promise` to whitelisted globals ([#1441](https://github.com/sveltejs/svelte/issues/1441)) +* Allow spaces around reserved keyword attributes ([#1445](https://github.com/sveltejs/svelte/issues/1445)) + ## 2.5.0 * Support transitions in `await` blocks ([#956](https://github.com/sveltejs/svelte/issues/956)) diff --git a/package.json b/package.json index 60452722e7..428b776f98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "2.5.0", + "version": "2.5.1", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "bin": {