-> v0.13.0

This commit is contained in:
Rich Harris
2018-05-28 19:49:40 -04:00
parent 43bf6e8d8a
commit 087acd5765
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# sapper changelog
## 0.13.0
* Expose `dev`, `build`, `export` and `find_page` APIs ([#272](https://github.com/sveltejs/sapper/issues/272))
## 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))

View File

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