From d07c334a70a0fec3c28a2496d7af953d55d5ef64 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sat, 16 Dec 2017 12:06:04 -0500 Subject: [PATCH] -> v1.49.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 894abc5679..a81539f6c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Svelte changelog +## 1.49.1 + +* Pass `store` to children in SSR mode ([#1029](https://github.com/sveltejs/svelte/pull/1029)) + ## 1.49.0 * Support `store` as a component property ([#1028](https://github.com/sveltejs/svelte/pull/1028)) diff --git a/package.json b/package.json index af6835da64..b3a7b4362f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.49.0", + "version": "1.49.1", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [