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": [