diff --git a/CHANGELOG.md b/CHANGELOG.md index ff8c867d9c..14751727af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Svelte changelog +## 1.32.0 + +* Allow `anchor` initialisation option, alongside `target` ([#784](https://github.com/sveltejs/svelte/issues/784)) +* Remove leading CSS selectors safely ([#783](https://github.com/sveltejs/svelte/issues/783)) + ## 1.31.0 * Add `legacy` compile option, which adds IE9 compatibility ([#773](https://github.com/sveltejs/svelte/issues/773)) diff --git a/package.json b/package.json index bfe7e70de0..da9dea1938 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.31.0", + "version": "1.32.0", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [