Skip to content

Commit 5fdf6d7

Browse files
committed
feat: initial release v1.0.0
This commit marks the first stable release of the Collaborative Project Management App. - Updated the version in `frontend/package.json` to 1.0.0. - Added a `CHANGELOG.md` to document the initial feature set.
1 parent 3d4a07d commit 5fdf6d7

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [1.0.0] - 2025-10-15
9+
10+
### Added
11+
- Initial release of the full-stack MERN collaborative project management application.
12+
- Key features include:
13+
- User Authentication (JWT)
14+
- Project & Task Management
15+
- Real-Time Collaboration (Socket.io)
16+
- Dashboard Overview

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ To test the application and its collaborative features without registering, you
2121
- **Task Management**: Kanban-style board with ToDo, InProgress, and Done columns.
2222
- **Real-Time Collaboration**: Task updates are broadcast to all project members instantly using Socket.io.
2323
- **Dashboard Overview**: At-a-glance view of all projects and tasks with a chart for task statuses.
24-
- **Search & Filter**: Easily find tasks by title or filter them by assignee.
2524
- **Protected Routes**: API is secured to ensure users can only access their own data.
2625

2726
---

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": "0.0.0",
4+
"version": "1.0.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)