-> v0.22.4

This commit is contained in:
Rich Harris
2018-10-01 15:53:40 -04:00
parent e8773d3196
commit b1da1d3ca9
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# sapper changelog # sapper changelog
## 0.22.4
* Ensure launcher does not overwrite a module ([#455](https://github.com/sveltejs/sapper/pull/455))
## 0.22.3 ## 0.22.3
* Prevent server from accidentally importing dev client * Prevent server from accidentally importing dev client

View File

@@ -1,6 +1,6 @@
{ {
"name": "sapper", "name": "sapper",
"version": "0.22.3", "version": "0.22.4",
"description": "Military-grade apps, engineered by Svelte", "description": "Military-grade apps, engineered by Svelte",
"bin": { "bin": {
"sapper": "./sapper" "sapper": "./sapper"