-> v0.22.6

This commit is contained in:
Rich Harris
2018-10-01 20:55:25 -04:00
parent 48b1fafc33
commit 05738e77d1
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
# sapper changelog # sapper changelog
## 0.22.6
* Normalise chunk filenames on Windows ([#456](https://github.com/sveltejs/sapper/pull/456))
* Load modules with credentials ([#458](https://github.com/sveltejs/sapper/pull/458))
## 0.22.5 ## 0.22.5
* Fix `sapper dev`. Oops. * Fix `sapper dev`. Oops.

View File

@@ -1,6 +1,6 @@
{ {
"name": "sapper", "name": "sapper",
"version": "0.22.5", "version": "0.22.6",
"description": "Military-grade apps, engineered by Svelte", "description": "Military-grade apps, engineered by Svelte",
"bin": { "bin": {
"sapper": "./sapper" "sapper": "./sapper"