-> v0.12.0

This commit is contained in:
Rich Harris
2018-05-05 10:00:58 -04:00
parent 8155df2e22
commit 25f0d94595
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
# sapper changelog
## 0.12.0
* Each app has a single `<App>` component. See the [migration guide](https://sapper.svelte.technology/guide#0-11-to-0-12) for more information ([#157](https://github.com/sveltejs/sapper/issues/157))
* Process exits with error code 1 if build/export fails ([#208](https://github.com/sveltejs/sapper/issues/208))
## 0.11.1
* Limit routes with leading dots to `.well-known` URIs ([#252](https://github.com/sveltejs/sapper/issues/252))

View File

@@ -1,6 +1,6 @@
{
"name": "sapper",
"version": "0.11.1",
"version": "0.12.0",
"description": "Military-grade apps, engineered by Svelte",
"main": "dist/middleware.ts.js",
"bin": {