Compare commits

...

2 Commits

Author SHA1 Message Date
Rich Harris
4348fad16d -> v0.9.2 2018-03-10 23:29:41 -05:00
Rich Harris
4314897a78 -> v0.9.1 2018-03-10 23:28:14 -05:00
2 changed files with 12 additions and 2 deletions

View File

@@ -1,5 +1,13 @@
# sapper changelog # sapper changelog
## 0.9.2
* Include `dist` files in package
## 0.9.1
* Include `sapper` bin
## 0.9.0 ## 0.9.0
* Use `devalue` instead of `serialize-javascript`, allowing `preload` to return non-POJOs and cyclical/repeated references, but *not* functions ([#112](https://github.com/sveltejs/sapper/issues/112)) * Use `devalue` instead of `serialize-javascript`, allowing `preload` to return non-POJOs and cyclical/repeated references, but *not* functions ([#112](https://github.com/sveltejs/sapper/issues/112))

View File

@@ -1,6 +1,6 @@
{ {
"name": "sapper", "name": "sapper",
"version": "0.9.0", "version": "0.9.2",
"description": "Military-grade apps, engineered by Svelte", "description": "Military-grade apps, engineered by Svelte",
"main": "middleware.js", "main": "middleware.js",
"bin": { "bin": {
@@ -10,7 +10,9 @@
"*.js", "*.js",
"*.ts.js", "*.ts.js",
"runtime", "runtime",
"webpack" "webpack",
"sapper",
"dist"
], ],
"directories": { "directories": {
"test": "test" "test": "test"