From 1bf03a9152c0166340539b18383004809ca12344 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Thu, 16 Mar 2017 15:38:57 -0400 Subject: [PATCH] -> v1.11.4 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e67072b5f4..f2898fdfa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Svelte changelog +## 1.11.4 + +* Dev mode warning for bad `component.observe` arguments ([#369](https://github.com/sveltejs/svelte/issues/369)) +* Translate `component.on('teardown', ...)` to `component.on('destroy', ...)` and add dev warning ([#365](https://github.com/sveltejs/svelte/issues/365)) +* Use shared prototype to save bytes ([#378](https://github.com/sveltejs/svelte/pull/378)) + ## 1.11.3 * Undo CSS behaviour change in 1.11.2 ([#372](https://github.com/sveltejs/svelte/issues/372)) diff --git a/package.json b/package.json index a2d3b61579..aa0a099fe7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.11.3", + "version": "1.11.4", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [