Skip to content

Commit d3dbceb

Browse files
author
GitHub Release Bot
committed
chore(release): release for version - 1.6.0
1 parent 63a7b1f commit d3dbceb

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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+
## [1.6.0](https://github.com/dvcol/svelte-simple-router/compare/v1.5.0...v1.6.0) (2024-10-27)
6+
7+
8+
### Features
9+
10+
* **hooks:** adds listener hooks ([e72e45d](https://github.com/dvcol/svelte-simple-router/commit/e72e45de2729c04c29d9da52d35927eb34135949))
11+
* **hooks:** rework context logic to create utility hooks ([d0dee9a](https://github.com/dvcol/svelte-simple-router/commit/d0dee9a8a97fc400d69ae84e8f37d9c42774ce2e))
12+
* **loading:** adds loading event to subscribe in listeners ([5e90ad9](https://github.com/dvcol/svelte-simple-router/commit/5e90ad952864c6a9677bbda98fd84d418c16c7ae))
13+
* **view:** adds beforeEach & parametrize viewTransitionName ([001efea](https://github.com/dvcol/svelte-simple-router/commit/001efea99b013e064511e95d37c25cb6f2a835f6))
14+
15+
16+
### Bug Fixes
17+
18+
* **components:** refactor and simplify component tree ([ee9be72](https://github.com/dvcol/svelte-simple-router/commit/ee9be72c5a96fbaad6a14face0478bcc83af7f33))
19+
520
## [1.5.0](https://github.com/dvcol/svelte-simple-router/compare/v1.4.0...v1.5.0) (2024-10-24)
621

722

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": "1.5.0",
4+
"version": "1.6.0",
55
"packageManager": "[email protected]",
66
"description": "Simple svelte 5 client side router",
77
"homepage": "https://github.com/dvcol/svelte-simple-router",

0 commit comments

Comments
 (0)