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

Commit

Permalink
-> v0.28.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Conduitry committed Sep 20, 2020
1 parent bcfbf51 commit bd46ad7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
@@ -1,12 +1,12 @@
# sapper changelog

## Unreleased
## 0.28.8

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

## 0.28.7

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "sapper",
"version": "0.28.7",
"version": "0.28.8",
"description": "The next small thing in web development, powered by Svelte",
"bin": {
"sapper": "./sapper"
Expand Down

0 comments on commit bd46ad7

Please sign in to comment.