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

Commit b106710

Browse files
committed
-> v0.8.4
1 parent 06af8e8 commit b106710

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.8.4
4+
5+
* Fix route sorting ([#175](https://github.com/sveltejs/sapper/pull/175))
6+
37
## 0.8.3
48

59
* Automatically select available port, or use `--port` flag for `dev` and `start` ([#169](https://github.com/sveltejs/sapper/issues/169))

package.json

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

0 commit comments

Comments
 (0)