-> v0.16.1

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

View File

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

View File

@@ -1,6 +1,6 @@
{ {
"name": "sapper", "name": "sapper",
"version": "0.16.0", "version": "0.16.1",
"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": {