-> v0.22.0

This commit is contained in:
Rich Harris
2018-09-30 21:05:31 -04:00
parent 4d7d448597
commit baf34c5ef7
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
# sapper changelog
## 0.22.0
* Move generated files into `__sapper__` ([#453](https://github.com/sveltejs/sapper/pull/453))
* Change default build and export directories to `__sapper__/build` and `__sapper__/export` ([#453](https://github.com/sveltejs/sapper/pull/453))
## 0.21.1
* Read template from build directory in production

View File

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