Skip to content

Commit

Permalink
feat: add edit/delete/copy link/actions emoji for comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dieptv1999 committed Oct 23, 2024
1 parent bb8406f commit 1e099b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,10 @@ export type Comment = {
createdAt: Date;
}
```
---
## Change log
v1.0.1: add edit/delete/copy link/actions emoji for comment
---
## License
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "shadcn-comments",
"description": "Shadcn React component library for a functioning comments section",
"private": false,
"version": "1.0.0",
"version": "1.0.1",
"type": "module",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
Expand Down

0 comments on commit 1e099b6

Please sign in to comment.