Skip to content

Commit 07aeafa

Browse files
author
GitHub Release Bot
committed
chore(release): release for version - 1.1.1
1 parent 4c52f49 commit 07aeafa

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+
### [1.1.1](https://github.com/dvcol/svelte-simple-router/compare/v1.1.0...v1.1.1) (2024-09-24)
6+
7+
8+
### Bug Fixes
9+
10+
* **lint:** adds svelte check to lint ci ([4c52f49](https://github.com/dvcol/svelte-simple-router/commit/4c52f493f4ba6f81bf314d3f8b7b6c03876921c4))
11+
* **transition:** animate error & loading state tranisitons ([7f50d42](https://github.com/dvcol/svelte-simple-router/commit/7f50d422480c72c88c667b330dd63a2321e2659a))
12+
513
## 1.1.0 (2024-09-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": "1.1.0",
4+
"version": "1.1.1",
55
"packageManager": "pnpm@9.9.0",
66
"description": "Simple svelte 5 client side router",
77
"homepage": "https://github.com/dvcol/svelte-simple-router",

0 commit comments

Comments
 (0)