-> v0.13.3

This commit is contained in:
Rich Harris
2018-06-16 13:49:44 -04:00
parent f0d7a1aaab
commit 8f3454c3b1
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# sapper changelog # sapper changelog
## 0.13.3
* Make `fatal` events clonable for IPC purposes
## 0.13.2 ## 0.13.2
* Emit a `basepath` event ([#284](https://github.com/sveltejs/sapper/pull/284)) * Emit a `basepath` event ([#284](https://github.com/sveltejs/sapper/pull/284))

View File

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