Skip to content

Commit ebd4e99

Browse files
chore(release): 1.7.1 [skip ci]
## [1.7.1](v1.7.0...v1.7.1) (2024-11-15) ### Bug Fixes * parse icon url error ([7763f34](7763f34)) ### Performance Improvements * add number animation ([eb37dd2](eb37dd2)) * compatible with rectangular icons ([b860b16](b860b16)) * optimize scrollbar ([c5185e4](c5185e4))
1 parent 64f7f37 commit ebd4e99

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [1.7.1](https://github.com/molvqingtai/WebChat/compare/v1.7.0...v1.7.1) (2024-11-15)
2+
3+
4+
### Bug Fixes
5+
6+
* parse icon url error ([7763f34](https://github.com/molvqingtai/WebChat/commit/7763f34d5d07a104f8a66e53b05a7f87a4e0da28))
7+
8+
9+
### Performance Improvements
10+
11+
* add number animation ([eb37dd2](https://github.com/molvqingtai/WebChat/commit/eb37dd28338d9e5420c91fb3d25c318411bdfd31))
12+
* compatible with rectangular icons ([b860b16](https://github.com/molvqingtai/WebChat/commit/b860b16e908a744f615c8cea35a3dcd4ca008f1a))
13+
* optimize scrollbar ([c5185e4](https://github.com/molvqingtai/WebChat/commit/c5185e419c5e175b8bc30e3f2b2207c18b9503b2))
14+
115
# [1.7.0](https://github.com/molvqingtai/WebChat/compare/v1.6.6...v1.7.0) (2024-11-13)
216

317

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "web-chat",
33
"displayName": "WebChat",
4-
"version": "1.7.0",
4+
"version": "1.7.1",
55
"description": "Chat with anyone on any website.",
66
"type": "module",
77
"scripts": {

0 commit comments

Comments
 (0)