-> v0.7.3

This commit is contained in:
Rich Harris
2018-02-20 12:23:32 -05:00
parent 3ed9ce27a1
commit c0cc877456
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
# sapper changelog
## 0.7.3
* Handle webpack assets that are arrays instead of strings ([#131](https://github.com/sveltejs/sapper/pull/131))
* Wait for new server to start before broadcasting HMR update ([#129](https://github.com/sveltejs/sapper/pull/129))
## 0.7.2
* Add `hmr-client.js` to package

View File

@@ -1,6 +1,6 @@
{
"name": "sapper",
"version": "0.7.2",
"version": "0.7.3",
"description": "Military-grade apps, engineered by Svelte",
"main": "middleware.js",
"bin": {