Skip to content

Commit 0e18308

Browse files
chore(main): release 1.3.4
1 parent 7b332c5 commit 0e18308

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [1.3.4](https://github.com/Denomas/freemind-ce/compare/v1.3.3...v1.3.4) (2026-04-05)
4+
5+
6+
### Bug Fixes
7+
8+
* add missing CodeQL permissions to release-please validate job ([#39](https://github.com/Denomas/freemind-ce/issues/39)) ([f6f8bc3](https://github.com/Denomas/freemind-ce/commit/f6f8bc3c5b71f0aee41c42778c65992e5754e7fb))
9+
* critical security fixes and agent compliance enforcement ([#38](https://github.com/Denomas/freemind-ce/issues/38)) ([c21b7cc](https://github.com/Denomas/freemind-ce/commit/c21b7cc6d5f8f0e882b1be18052e72560e2e0a83))
10+
* release lock on InterruptedException in ServerCommunication ([#43](https://github.com/Denomas/freemind-ce/issues/43)) ([7b332c5](https://github.com/Denomas/freemind-ce/commit/7b332c535fdf593469f74af03d0903cc629243a0))
11+
* resolve CodeQL phase 2 security and quality alerts ([#41](https://github.com/Denomas/freemind-ce/issues/41)) ([056df0f](https://github.com/Denomas/freemind-ce/commit/056df0f0579cae6d54ff0626fbdc1bac5262402a))
12+
313
## [1.3.3](https://github.com/Denomas/freemind-ce/compare/v1.3.2...v1.3.3) (2026-04-04)
414

515

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// Global configuration
99
allprojects {
1010
group = "com.denomas.freemind"
11-
version = "1.3.3" // x-release-please-version
11+
version = "1.3.4" // x-release-please-version
1212
}
1313

1414
// Shared repositories

0 commit comments

Comments
 (0)