Skip to content

Commit 638c118

Browse files
committed
release: v1.15.5
1 parent b2d4f06 commit 638c118

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.15.5 (17 Aug 2024)
2+
3+
* fix: invalid route path in koa router [#96](https://github.com/liriliri/chii/pull/96)
4+
15
## 1.15.4 (3 Nov 2024)
26

37
* fix: auto change theme

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chii",
3-
"version": "1.15.4",
3+
"version": "1.15.5",
44
"description": "Chrome devtools framework",
55
"main": "./server/index.js",
66
"bin": {
@@ -42,7 +42,7 @@
4242
"devDependencies": {
4343
"@eslint/js": "^9.5.0",
4444
"@types/eslint__js": "^8.42.3",
45-
"chobitsu": "^1.8.4",
45+
"chobitsu": "^1.8.6",
4646
"css-loader": "^6.7.2",
4747
"es-check": "^6.2.1",
4848
"eslint": "^8.57.0",

0 commit comments

Comments
 (0)