Skip to content

Commit 83775e6

Browse files
committed
Release v1.3.2: dev quality infrastructure
1 parent 7f84475 commit 83775e6

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/), and this project adheres to [Semantic Versioning](https://semver.org/).
66

7+
## [1.3.2] - 2026-04-13
8+
9+
### Added
10+
- Vitest test framework with initial test suites (frontend: tokenCount, MonitorPage helpers; backend: MonitorStore CRUD)
11+
- Prettier for consistent code formatting across frontend and backend
12+
- ESLint for backend (flat config, typescript-eslint)
13+
- Husky pre-commit hook with lint-staged (auto-format on commit)
14+
- GitHub Actions CI pipeline: typecheck, lint, format check, tests, build
15+
- `scripts/release.sh` for automated version bump, changelog update, tag, and push
16+
17+
### Fixed
18+
- 11 TypeScript type errors across the codebase (ResultsPanel JSX, App.tsx, WorkflowResults, etc.)
19+
- CI error messages now show specific failures and actionable fix instructions
20+
721
## [1.3.1] - 2026-04-10
822

923
### Added

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "llm-benchmark-backend",
3-
"version": "1.2.1",
3+
"version": "1.3.2",
44
"description": "LLM API Radar - Backend",
55
"main": "dist/index.js",
66
"scripts": {

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "frontend",
33
"private": true,
4-
"version": "1.2.1",
4+
"version": "1.3.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)