Skip to content

Commit b92c205

Browse files
author
GitHub Release Bot
committed
chore(release): release for version - 2.1.0
1 parent ddf3d53 commit b92c205

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.1.0](https://github.com/dvcol/svelte-simple-router/compare/v2.0.1...v2.1.0) (2025-05-02)
6+
7+
8+
### Features
9+
10+
* **navigation:** adds meta & title navigation override ([ddf3d53](https://github.com/dvcol/svelte-simple-router/commit/ddf3d537d722b428dcc80d654c697fee0d8703f3))
11+
12+
13+
### Bug Fixes
14+
15+
* **lint:** bump deps & fix lint errors ([5e40ca5](https://github.com/dvcol/svelte-simple-router/commit/5e40ca5a047fff62766d320060066fce84500817))
16+
517
### [2.0.1](https://github.com/dvcol/svelte-simple-router/compare/v1.11.2...v2.0.1) (2025-04-21)
618

719

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.0.1",
4+
"version": "2.1.0",
55
"packageManager": "pnpm@10.8.1",
66
"description": "Simple svelte 5 client side router",
77
"author": "dvcol",

0 commit comments

Comments
 (0)