From eafe310da5d905cd6c0cc461310667d6e1ed1955 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Tue, 3 Jan 2017 18:09:07 -0500 Subject: [PATCH] -> v1.6.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0d1f072a9..ceee779b8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Svelte changelog +## 1.6.2 + +* Use helpers for `addEventListener`, `removeEventListener`, `setAttribute` ([#227](https://github.com/sveltejs/svelte/pull/227)) +* Escape `sharedPath` ([#229](https://github.com/sveltejs/svelte/pull/229)) +* Handle attributes with values that begin with a number ([#234](https://github.com/sveltejs/svelte/issues/234)) +* Update dependencies + ## 1.6.1 * SSR: Handle component directives at arbitrary positions ([#221](https://github.com/sveltejs/svelte/issues/221)) diff --git a/package.json b/package.json index 982399e613..260b7aa7e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.6.1", + "version": "1.6.2", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [