File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -38,3 +38,9 @@ Quick Start:
3838- Refactored codebase from class components to function components.
3939- Utilized React Context API for state management.
4040- Various code optimizations and improvements.
41+
42+
43+ ### [ Version 2.1.0] ( https://github.com/khyrulAlam/react-firebase-chat/releases/tag/v2.1.0 )
44+
45+ - Contacts Search by name.
46+ - User list sort by created at.
Original file line number Diff line number Diff line change 11{
22 "name" : " react-firebase-chat" ,
33 "private" : true ,
4- "version" : " 2.0 .0" ,
4+ "version" : " 2.1 .0" ,
55 "type" : " module" ,
6+ "author" : {
7+ "name" : " Khayrul Alam" ,
8+ 9+ "github" : " https://github.com/khyrulAlam" ,
10+ "linkedin" : " https://www.linkedin.com/in/khayrul-alam-360291aa/"
11+ },
612 "scripts" : {
713 "dev" : " vite" ,
814 "build" : " tsc -b && vite build" ,
You can’t perform that action at this time.
0 commit comments