diff --git a/CHANGELOG.md b/CHANGELOG.md index 62476eef9d..7b6aa80abd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Svelte changelog +## 1.23.3 + +* Pass parameters to `get_block` ([#667](https://github.com/sveltejs/svelte/issues/667)) + ## 1.23.2 * Fix if blocks being recreated on update ([#665](https://github.com/sveltejs/svelte/issues/665)) diff --git a/package.json b/package.json index 039b53c6a4..175d2ca882 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.23.2", + "version": "1.23.3", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [