Skip to content

Commit efd690f

Browse files
authored
Merge pull request #223 from aliansoftwareteam/chore/backmerge-main-v14.1.0
chore(release): back-merge main into staging after v14.1.0
2 parents 866d8fa + 1543fa3 commit efd690f

4 files changed

Lines changed: 25 additions & 4 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-
".": "14.0.26"
2+
".": "14.1.0"
33
}

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,27 @@ from [Conventional Commits](https://www.conventionalcommits.org/) on `main`.
1616
1717
---
1818

19+
## [14.1.0](https://github.com/aliansoftwareteam/AlianHub-Project-Management-System/compare/v14.0.26...v14.1.0) (2026-06-09)
20+
21+
22+
### 🚀 Features
23+
24+
* add CI/CD workflow for deployment and validation ([dfd5b68](https://github.com/aliansoftwareteam/AlianHub-Project-Management-System/commit/dfd5b68311ba8c44e2f3489e7cf6fafc66423511))
25+
* add comprehensive naming conventions test suite ([0bba15d](https://github.com/aliansoftwareteam/AlianHub-Project-Management-System/commit/0bba15d48203cdc1157021d63b32d5822c76908e))
26+
27+
28+
### 🐛 Bug Fixes
29+
30+
* **auth:** prevent reset token reuse, fix logout session error, fix invite link typo ([7fc3ac1](https://github.com/aliansoftwareteam/AlianHub-Project-Management-System/commit/7fc3ac1b2fa926bb0f73617cfbd9bb7e4bc02597))
31+
* **email:** use Resend HTTP API to bypass SMTP port blocks on Render free tier ([1fbfabf](https://github.com/aliansoftwareteam/AlianHub-Project-Management-System/commit/1fbfabfcb214346ec7545f9ba519029c9ba3d61d))
32+
* **repo-structure:** naming fixes, gitignore updates, env.example ove… ([dd1c3ac](https://github.com/aliansoftwareteam/AlianHub-Project-Management-System/commit/dd1c3ac5644bf18914c47dde775f0b7331667753))
33+
* **repo-structure:** naming fixes, gitignore updates, env.example overhaul ([69712b4](https://github.com/aliansoftwareteam/AlianHub-Project-Management-System/commit/69712b46136bba6821b7154a32a78c6c25b8c55d))
34+
35+
36+
### 📘 Documentation
37+
38+
* **claude:** add comprehensive development guide for project management system ([5fff69c](https://github.com/aliansoftwareteam/AlianHub-Project-Management-System/commit/5fff69cf0d1858bf0da8f4c08aa3d023d02c385c))
39+
1940
## [14.0.26] — Initial release-please baseline
2041

2142
The version captured at the moment `release-please` was introduced. No

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": "alian-hub-v3",
3-
"version": "14.0.26",
3+
"version": "14.1.0",
44
"description": "AlianHub — the open-source, self-hosted project management system. Multi-tenant, real-time, customizable. An open-source alternative to Jira, Asana, Monday, Linear, and ClickUp.",
55
"keywords": [
66
"project-management",

0 commit comments

Comments
 (0)