diff --git a/CHANGELOG.md b/CHANGELOG.md index f6bd9d7b77..98068b6b26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Svelte changelog +## 1.41.3 + +* Prevent argument name clashes ([#911](https://github.com/sveltejs/svelte/issues/911)) +* Fix UMD factory arguments ([#918](https://github.com/sveltejs/svelte/pull/918)) +* Don't attempt to set computed values ([#893](https://github.com/sveltejs/svelte/issues/893)) +* Fix TypeScript build error ([#919](https://github.com/sveltejs/svelte/issues/919)) + ## 1.41.2 * Handle attribute selectors with no value ([#905](https://github.com/sveltejs/svelte/issues/905)) diff --git a/package.json b/package.json index 7e3fe082e6..b126c96071 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.41.2", + "version": "1.41.3", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [