pull/1374/head v2.2.0
Rich Harris 6 years ago
parent 2616ab1520
commit 890da3b02a

@ -1,5 +1,9 @@
# Svelte changelog
## 2.2.0
* Internal refactoring ([#1367](https://github.com/sveltejs/svelte/pull/1367))
## 2.1.1
* Report initial `changed` based on state, not expected props ([#1356](https://github.com/sveltejs/svelte/issues/1356))

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

Loading…
Cancel
Save