-> v0.16.1

This commit is contained in:
Rich Harris
2018-08-19 18:55:41 -04:00
parent 0fb5827968
commit 4315a46ff2
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# sapper changelog
## 0.16.1
* Fix file watching regression in previous version
## 0.16.0
* Slim down installed package ([#363](https://github.com/sveltejs/sapper/pull/363))

View File

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