-> v0.22.10

This commit is contained in:
Rich Harris
2018-10-05 21:25:49 -04:00
parent d7f6ca8b4d
commit bb394c24b3
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
# sapper changelog # sapper changelog
## 0.22.10
* Handle `sapper-noscroll` attribute on `<a>` elements ([#376](https://github.com/sveltejs/sapper/issues/376))
* Fix CSS paths when using a base path ([#466](https://github.com/sveltejs/sapper/pull/466))
## 0.22.9 ## 0.22.9
* Fix legacy builds ([#462](https://github.com/sveltejs/sapper/pull/462)) * Fix legacy builds ([#462](https://github.com/sveltejs/sapper/pull/462))

View File

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