We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b0f397 commit e58fb58Copy full SHA for e58fb58
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.1.2] - 2026-04-11
4
+
5
+### Fixed
6
7
+- **CI/CD:** Cleaned up unused variables and parameters in `src/server.ts` to satisfy strict linting requirements in the CI pipeline.
8
+- **Code Quality:** Resolved `noUnusedVariables` and `noExplicitAny` warnings in internal scripts.
9
10
## [1.1.1] - 2026-04-11
11
12
### Fixed
package.json
@@ -1,6 +1,6 @@
{
"name": "@onestepat4time/asteria",
- "version": "1.1.1",
+ "version": "1.1.2",
"description": "MCP server for Perplexity Comet browser management",
"type": "module",
"main": "dist/index.js",
0 commit comments