-> v0.22.8

This commit is contained in:
Rich Harris
2018-10-02 10:37:19 -04:00
parent 472c0c198a
commit 41bcfe0a2a
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# sapper changelog # sapper changelog
## 0.22.8
* Ensure CSS placeholders are overwritten ([#462](https://github.com/sveltejs/sapper/pull/462))
## 0.22.7 ## 0.22.7
* Fix cookies ([#460](https://github.com/sveltejs/sapper/pull/460)) * Fix cookies ([#460](https://github.com/sveltejs/sapper/pull/460))

View File

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