Skip to content

Commit f32741a

Browse files
author
GitHub Release Bot
committed
chore(release): release for version - 2.7.1
1 parent 11b2580 commit f32741a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
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.
44

5+
### [2.7.1](https://github.com/dvcol/svelte-simple-router/compare/v2.7.0...v2.7.1) (2025-05-24)
6+
7+
8+
### Bug Fixes
9+
10+
* **router:** optimize initialisation to prevent blinking ([11b2580](https://github.com/dvcol/svelte-simple-router/commit/11b258080a4c66ce40a87d3b0b6aed4544addb65))
11+
* **transition:** fix reactive state to prevent jumping ([168fc41](https://github.com/dvcol/svelte-simple-router/commit/168fc41c9852dea7fe2752151ef2f58042330d3e))
12+
513
## [2.7.0](https://github.com/dvcol/svelte-simple-router/compare/v2.6.0...v2.7.0) (2025-05-24)
614

715

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@dvcol/svelte-simple-router",
33
"type": "module",
4-
"version": "2.7.0",
4+
"version": "2.7.1",
55
"packageManager": "pnpm@10.11.0",
66
"description": "Simple svelte 5 client side router",
77
"author": "dvcol",

0 commit comments

Comments
 (0)