From 4202c56d8e886715eb653da489be41729f8703ce Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sun, 24 Dec 2017 08:53:58 -0500 Subject: [PATCH] -> v1.49.2 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a81539f6c7..74382b08df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Svelte changelog +## 1.49.2 + +* Add `store.umd.js` ([#967](https://github.com/sveltejs/svelte/issues/967)) +* Warn on use of `this` inside computed properties ([#1033](https://github.com/sveltejs/svelte/pull/1033)) + ## 1.49.1 * Pass `store` to children in SSR mode ([#1029](https://github.com/sveltejs/svelte/pull/1029)) diff --git a/package.json b/package.json index 46b8c29f40..85ae34a3b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.49.1", + "version": "1.49.2", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [