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": [