Skip to content

Commit

Permalink
-> v1.63.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Apr 15, 2018
1 parent 4d40c11 commit 424bb1a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Svelte changelog

## 1.63.1

* Allow `observe` method to be overwritten

## 1.63.0

* Add `onstate` and `onupdate` lifecycle hooks and deprecate `component.observe` ([#1197](https://github.com/sveltejs/svelte/issues/1197))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "1.63.0",
"version": "1.63.1",
"description": "The magical disappearing UI framework",
"main": "compiler/svelte.js",
"files": [
Expand Down
1 change: 0 additions & 1 deletion store.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import {
blankObject,
_differs,
_differsImmutable,
dispatchObservers,
get,
observe,
on,
Expand Down

0 comments on commit 424bb1a

Please sign in to comment.