Skip to content

Commit ed34d39

Browse files
authored
Merge pull request #86 from DGouron/release-please--branches--master--components--reviewflow
chore(master): release reviewflow 3.3.1
2 parents 549de26 + eb140f7 commit ed34d39

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.3.0"
2+
".": "3.3.1"
33
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.3.1](https://github.com/DGouron/review-flow/compare/reviewflow-v3.3.0...reviewflow-v3.3.1) (2026-02-13)
9+
10+
11+
### Fixed
12+
13+
* **config:** allow empty usernames for single-platform users ([549de26](https://github.com/DGouron/review-flow/commit/549de268e33d2b041bd69e703b6b4f4978a681e7))
14+
* **config:** allow empty usernames for single-platform users ([853b71f](https://github.com/DGouron/review-flow/commit/853b71f0eb6c8d21ccfceb25c3b96cd3f0bcfb0f))
15+
* **tracking:** remove averageScore from TrackedMr, use latestScore for MR cards ([c2d6f93](https://github.com/DGouron/review-flow/commit/c2d6f93380580e91bb31bc4d39f08c7189632706)), closes [#43](https://github.com/DGouron/review-flow/issues/43)
16+
* **tracking:** remove averageScore, use latestScore for MR cards ([cb8f572](https://github.com/DGouron/review-flow/commit/cb8f5723e4184cfb3d64e13a4f314eec385dee96))
17+
* use node: prefix and explicit __dirname for ESM compatibility ([5774bfd](https://github.com/DGouron/review-flow/commit/5774bfdea08234d2fe60f5b7daccd6b32d25ba93))
18+
19+
20+
### Changed
21+
22+
* configure TypeScript path aliases (@/) ([69810ab](https://github.com/DGouron/review-flow/commit/69810abeb3408ed5db15b15e8e120a6458bdad1f))
23+
* configure TypeScript path aliases (@/) ([063692a](https://github.com/DGouron/review-flow/commit/063692a605877320b4901201d223b0d96ac84653)), closes [#84](https://github.com/DGouron/review-flow/issues/84)
24+
825
## [3.3.0](https://github.com/DGouron/review-flow/compare/reviewflow-v3.2.0...reviewflow-v3.3.0) (2026-02-12)
926

1027

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reviewflow",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"description": "AI-powered code review automation for GitLab/GitHub using Claude Code",
55
"type": "module",
66
"main": "dist/main/server.js",

0 commit comments

Comments
 (0)