-> v0.23.1

This commit is contained in:
Rich Harris
2018-10-15 22:10:18 -04:00
parent cca417a85a
commit 6fa7c9446a
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
# sapper changelog
## 0.23.1
* Scroll to deeplink that matches current URL ([#472](https://github.com/sveltejs/sapper/pull/472))
* Scroll to deeplink on another page ([#341](https://github.com/sveltejs/sapper/issues/341))
## 0.23.0
* Overhaul internal APIs ([#468](https://github.com/sveltejs/sapper/pull/468))

View File

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