From 0a2fed82c948771c90f41b61c0ae698661768739 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Fri, 21 Jul 2017 23:12:06 -0400 Subject: [PATCH] -> v1.25.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65504d8505..b93b1c186a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Svelte changelog +## 1.25.1 + +* Better CSS sourcemaps ([#716](https://github.com/sveltejs/svelte/pull/716)) + ## 1.25.0 * Fix hoisted event handlers ([#699](https://github.com/sveltejs/svelte/issues/699)) diff --git a/package.json b/package.json index c304283eec..9615bc1a67 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.25.0", + "version": "1.25.1", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [