Skip to content

Commit bd46ad7

Browse files
committed
-> v0.28.8
1 parent bcfbf51 commit bd46ad7

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

CHANGELOG.md

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

3-
## Unreleased
3+
## 0.28.8
44

5-
* Minify and hash inject_styles.js [#1524](https://github.com/sveltejs/sapper/pull/1524)
6-
* Fix support for legacy browsers [#1525](https://github.com/sveltejs/sapper/pull/1525)
7-
* Improve performance by preloading `inject_styles.js` script [#1530](https://github.com/sveltejs/sapper/issues/1530)
8-
* Fix flash of unstyled content [#1531](https://github.com/sveltejs/sapper/issues/1531)
9-
* Fix duplicate CSS injection with both relative and absolute URLs [#1535](https://github.com/sveltejs/sapper/issues/1535)
5+
* Minify and hash inject_styles.js ([#1524](https://github.com/sveltejs/sapper/pull/1524))
6+
* Fix support for legacy browsers ([#1525](https://github.com/sveltejs/sapper/pull/1525))
7+
* Improve performance by preloading `inject_styles.js` script ([#1530](https://github.com/sveltejs/sapper/issues/1530))
8+
* Fix flash of unstyled content ([#1531](https://github.com/sveltejs/sapper/issues/1531))
9+
* Fix duplicate CSS injection with both relative and absolute URLs ([#1535](https://github.com/sveltejs/sapper/issues/1535))
1010

1111
## 0.28.7
1212

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.28.7",
3+
"version": "0.28.8",
44
"description": "The next small thing in web development, powered by Svelte",
55
"bin": {
66
"sapper": "./sapper"

0 commit comments

Comments
 (0)