From 83270b26af5de021dbb7c5f837eaedc27ee236bc Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sun, 15 Apr 2018 15:42:20 -0400 Subject: [PATCH] -> v1.63.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee01488ac2..6d230f6dce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Svelte changelog +## 1.63.0 + +* Add `onstate` and `onupdate` lifecycle hooks and deprecate `component.observe` ([#1197](https://github.com/sveltejs/svelte/issues/1197)) +* Add `on` and `fire` to `Store`, deprecate `onchange` and `observe` ([#1344](https://github.com/sveltejs/svelte/pull/1344)) +* Require computed properties to have destructured argument in v2 mode ([#1069](https://github.com/sveltejs/svelte/issues/1069)) + ## 1.62.0 * Add a `code` field to errors and warnings ([#474](https://github.com/sveltejs/svelte/issues/474)) diff --git a/package.json b/package.json index 977527ba62..631125e451 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.62.0", + "version": "1.63.0", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [