Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit 5e2c686

Browse files
committed
-> v0.27.11
1 parent 63ffe90 commit 5e2c686

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
## 0.27.11
4+
5+
* Fix vulnerability when serving `/client/...` files — **Please upgrade!**
6+
* Revert CSS handling change from 0.27.10
7+
8+
39
## 0.27.10
410

511
* Fix component styles being duplicated between `client.css` and `main.css` ([#1076](https://github.com/sveltejs/sapper/issues/1076))

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sapper",
3-
"version": "0.27.10",
3+
"version": "0.27.11",
44
"description": "The next small thing in web development, powered by Svelte",
55
"bin": {
66
"sapper": "./sapper"

0 commit comments

Comments
 (0)