Skip to content

Commit f353517

Browse files
committed
Update readme file for version: 2.1.0
1 parent d45e508 commit f353517

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
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+
"email": "[email protected]",
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",

0 commit comments

Comments
 (0)