pull/1046/head v1.49.2
Rich Harris 8 years ago
parent 40e04407e9
commit 4202c56d8e

@ -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))

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

Loading…
Cancel
Save