Skip to content

Commit e58fb58

Browse files
chore: release 1.1.2 - ci lint cleanup
1 parent 5b0f397 commit e58fb58

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## [1.1.1] - 2026-04-11
411

512
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onestepat4time/asteria",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "MCP server for Perplexity Comet browser management",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)