diff --git a/CHANGELOG.md b/CHANGELOG.md index fb1eef81d..d0d494f90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Svelte changelog +## 1.2.2 + +* Omit directives in server-side rendering ([#163](https://github.com/sveltejs/svelte/issues/167)) +* Handle comments in SSR ([#165](https://github.com/sveltejs/svelte/issues/165)) +* Support calling methods of `event`/`this` in event handlers ([#162](https://github.com/sveltejs/svelte/issues/162)) +* Remove `mount` from public API ([#150](https://github.com/sveltejs/svelte/issues/150)) + ## 1.2.1 * Server-side rendering is available as a compiler option (`generate: 'ssr'`) ([#159](https://github.com/sveltejs/svelte/pull/159)) diff --git a/package.json b/package.json index 4cc4d4664..8494bbb5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.2.1", + "version": "1.2.2", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [