Skip to content

Commit cac428c

Browse files
committed
refactor: Enhance message history retrieval in useMessageOperations for improved performance and reliability
1 parent 2cdc49f commit cac428c

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

scripts/publish.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Add new tag
2+
3+
```
4+
git tag -a "v1.0.0-preview.1" -m "prerelease v1.0.0-preview.1"
5+
```
6+
7+
Push
8+
9+
```
10+
git push origin v1.0.0-preview.1
11+
```

0 commit comments

Comments
 (0)