Skip to content

Commit ff15579

Browse files
committed
-> v1.11.3
1 parent 71c8d39 commit ff15579

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Svelte changelog
22

3+
## 1.11.3
4+
5+
* Undo CSS behaviour change in 1.11.2 ([#372](https://github.com/sveltejs/svelte/issues/372))
6+
* Pin version of css-tree ([#370](https://github.com/sveltejs/svelte/pull/370))
7+
38
## 1.11.2
49

510
* Add component CSS to each document a component is rendered to ([#331](https://github.com/sveltejs/svelte/issues/331))

package.json

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

0 commit comments

Comments
 (0)