pull/1350/head v1.64.0
Rich Harris 6 years ago
parent 27f6241ded
commit 8e687238aa

@ -1,5 +1,9 @@
# Svelte changelog
## 1.64.0
* Deprecate passing a string argument to `component.get` ([#1347](https://github.com/sveltejs/svelte/pull/1347))
## 1.63.1
* Allow `observe` method to be overwritten

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

Loading…
Cancel
Save