Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit abcac75

Browse files
committed
-> v0.23.0
1 parent 4118c56 commit abcac75

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# sapper changelog
22

3+
## 0.23.0
4+
5+
* Overhaul internal APIs ([#468](https://github.com/sveltejs/sapper/pull/468))
6+
* Remove unused `sapper start` and `sapper upgrade` ([#468](https://github.com/sveltejs/sapper/pull/468))
7+
* Remove magic environment variables ([#469](https://github.com/sveltejs/sapper/pull/469))
8+
* Preserve SSI comments ([#470](https://github.com/sveltejs/sapper/pull/470))
9+
310
## 0.22.10
411

512
* Handle `sapper-noscroll` attribute on `<a>` elements ([#376](https://github.com/sveltejs/sapper/issues/376))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sapper",
3-
"version": "0.22.10",
3+
"version": "0.23.0",
44
"description": "Military-grade apps, engineered by Svelte",
55
"bin": {
66
"sapper": "./sapper"

0 commit comments

Comments
 (0)