pull/7738/head
Rich Harris 8 years ago
parent 747a32f983
commit d6d4db48da

@ -1,5 +1,10 @@
# Svelte changelog # 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 ## 1.49.1
* Pass `store` to children in SSR mode ([#1029](https://github.com/sveltejs/svelte/pull/1029)) * Pass `store` to children in SSR mode ([#1029](https://github.com/sveltejs/svelte/pull/1029))

@ -1,6 +1,6 @@
{ {
"name": "svelte", "name": "svelte",
"version": "1.49.1", "version": "1.49.2",
"description": "The magical disappearing UI framework", "description": "The magical disappearing UI framework",
"main": "compiler/svelte.js", "main": "compiler/svelte.js",
"files": [ "files": [

Loading…
Cancel
Save