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

Commit c0b8338

Browse files
committed
-> v0.19.1
1 parent 45f4c47 commit c0b8338

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# sapper changelog
22

3+
## 0.19.1
4+
5+
* Don't include local origin in export redirects ([#409](https://github.com/sveltejs/sapper/pull/409))
6+
37
## 0.19.0
48

59
* Extract styles out of JS into .css files, for Rollup apps ([#388](https://github.com/sveltejs/sapper/issues/388))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sapper",
3-
"version": "0.19.0",
3+
"version": "0.19.1",
44
"description": "Military-grade apps, engineered by Svelte",
55
"main": "dist/middleware.js",
66
"bin": {

0 commit comments

Comments
 (0)