From fb7af38eb8b888d466795e7b4bccf1e80edcc09b Mon Sep 17 00:00:00 2001 From: Rich-Harris Date: Wed, 3 May 2017 13:15:32 -0400 Subject: [PATCH] -> v1.19.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60dc4e9210..dc349a3401 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Svelte changelog +## 1.19.1 + +* Export `generateKeyframes`, so that CSS transitions work + ## 1.19.0 * Experimental support for transitions ([#7](https://github.com/sveltejs/svelte/issues/7)) diff --git a/package.json b/package.json index ac70d9d7c8..6c91699ea9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.19.0", + "version": "1.19.1", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [