Skip to content

Commit 39b8554

Browse files
author
farfromrefug
committed
chore(release): 1.0.23
1 parent d4be467 commit 39b8554

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# Changelog
2-
All notable changes to this project will be documented in this file.
32

4-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
### [1.0.23](https://github.com/halfnelson/svelte-native/compare/v1.0.21...v1.0.23) (2024-06-26)
6+
7+
8+
### Bug Fixes
9+
10+
* dont crash on exit if no root page instance ([7065006](https://github.com/halfnelson/svelte-native/commit/7065006c05ec9141f0e78fcb9608bce4bb503174))
11+
* update peer deps ([0f23241](https://github.com/halfnelson/svelte-native/commit/0f23241888c6ca3fc9a1a802baff367b5c0e4ea0))
612

713
## [1.0.22]
814
- fix: dont crash on exit if no root page instance

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-native",
3-
"version": "1.0.22",
3+
"version": "1.0.23",
44
"description": "Svelte integration for NativeScript",
55
"sideEffects": false,
66
"private": true,

0 commit comments

Comments
 (0)