Skip to content

Commit 1442fd8

Browse files
chore(release): 2.67.6 [skip ci]
## [2.67.6](v2.67.5...v2.67.6) (2026-03-17) ### Bug Fixes * clean up review prompt — fix fencing, trim bloat, improve accuracy ([f7823fc](f7823fc)) * enforce Markdown formatting in code review summary comments ([654096c](654096c))
1 parent f7823fc commit 1442fd8

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.67.6](https://github.com/datenknoten/freundebuch/compare/v2.67.5...v2.67.6) (2026-03-17)
2+
3+
### Bug Fixes
4+
5+
* clean up review prompt — fix fencing, trim bloat, improve accuracy ([f7823fc](https://github.com/datenknoten/freundebuch/commit/f7823fc834d88503cd39e5c697aa0d95c59110b5))
6+
* enforce Markdown formatting in code review summary comments ([654096c](https://github.com/datenknoten/freundebuch/commit/654096ccf0712bb7497a9881e4142140c4762f84))
7+
18
## [2.67.5](https://github.com/datenknoten/freundebuch/compare/v2.67.4...v2.67.5) (2026-03-17)
29

310
### Bug Fixes

apps/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@freundebuch/backend",
3-
"version": "2.67.5",
3+
"version": "2.67.6",
44
"private": true,
55
"license": "AGPL-3.0-only",
66
"type": "module",

apps/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@freundebuch/frontend",
3-
"version": "2.67.5",
3+
"version": "2.67.6",
44
"private": true,
55
"license": "AGPL-3.0-only",
66
"type": "module",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "freundebuch2",
3-
"version": "2.67.5",
3+
"version": "2.67.6",
44
"private": true,
55
"type": "module",
66
"license": "AGPL-3.0-only",

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@freundebuch/shared",
3-
"version": "2.67.5",
3+
"version": "2.67.6",
44
"private": true,
55
"license": "AGPL-3.0-only",
66
"type": "module",

0 commit comments

Comments
 (0)