Skip to content

Commit 3442df9

Browse files
committed
-> v1.41.3
1 parent 6000e9b commit 3442df9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Svelte changelog
22

3+
## 1.41.3
4+
5+
* Prevent argument name clashes ([#911](https://github.com/sveltejs/svelte/issues/911))
6+
* Fix UMD factory arguments ([#918](https://github.com/sveltejs/svelte/pull/918))
7+
* Don't attempt to set computed values ([#893](https://github.com/sveltejs/svelte/issues/893))
8+
* Fix TypeScript build error ([#919](https://github.com/sveltejs/svelte/issues/919))
9+
310
## 1.41.2
411

512
* Handle attribute selectors with no value ([#905](https://github.com/sveltejs/svelte/issues/905))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte",
3-
"version": "1.41.2",
3+
"version": "1.41.3",
44
"description": "The magical disappearing UI framework",
55
"main": "compiler/svelte.js",
66
"files": [

0 commit comments

Comments
 (0)