chore(release): bump version to 1.1.1
Some checks failed
CI / test (push) Failing after 1m13s

This commit is contained in:
sinohqb 2026-08-13 14:25:38 +08:00
parent 37da87c3b0
commit 444e9d74e8
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "agenteval-web",
"version": "1.1.0",
"version": "1.1.1",
"private": true,
"type": "module",
"scripts": {

View File

@ -102,7 +102,7 @@ describe('CronPoolMonitor polling lifecycle', () => {
render(<CronPoolMonitor />)
await settle()
const hasVisibility = addSpy.mock.calls.some(
([event]: [string]) => event === 'visibilitychange',
(call: unknown[]) => call[0] === 'visibilitychange',
)
expect(hasVisibility).toBe(true)
addSpy.mockRestore()

View File

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "agenteval"
version = "1.1.0"
version = "1.1.1"
description = "智能体质量评估工具集平台"
readme = "README.md"
requires-python = ">=3.10"