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

Commit 9773781

Browse files
committed
-> v0.22.6
1 parent 48b1faf commit 9773781

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## 0.22.6
4+
5+
* Normalise chunk filenames on Windows ([#456](https://github.com/sveltejs/sapper/pull/456))
6+
* Load modules with credentials ([#458](https://github.com/sveltejs/sapper/pull/458))
7+
38
## 0.22.5
49

510
* Fix `sapper dev`. Oops.

package.json

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

0 commit comments

Comments
 (0)