We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2d4f06 commit 638c118Copy full SHA for 638c118
CHANGELOG.md
@@ -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
5
## 1.15.4 (3 Nov 2024)
6
7
* fix: auto change theme
package.json
@@ -1,6 +1,6 @@
{
"name": "chii",
- "version": "1.15.4",
+ "version": "1.15.5",
"description": "Chrome devtools framework",
"main": "./server/index.js",
"bin": {
@@ -42,7 +42,7 @@
42
"devDependencies": {
43
"@eslint/js": "^9.5.0",
44
"@types/eslint__js": "^8.42.3",
45
- "chobitsu": "^1.8.4",
+ "chobitsu": "^1.8.6",
46
"css-loader": "^6.7.2",
47
"es-check": "^6.2.1",
48
"eslint": "^8.57.0",
0 commit comments