Skip to content

Commit

Permalink
chore(release): 1.7.1 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Nov 15, 2024
1 parent 64f7f37 commit ebd4e99
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [1.7.1](https://github.com/molvqingtai/WebChat/compare/v1.7.0...v1.7.1) (2024-11-15)


### Bug Fixes

* parse icon url error ([7763f34](https://github.com/molvqingtai/WebChat/commit/7763f34d5d07a104f8a66e53b05a7f87a4e0da28))


### Performance Improvements

* add number animation ([eb37dd2](https://github.com/molvqingtai/WebChat/commit/eb37dd28338d9e5420c91fb3d25c318411bdfd31))
* compatible with rectangular icons ([b860b16](https://github.com/molvqingtai/WebChat/commit/b860b16e908a744f615c8cea35a3dcd4ca008f1a))
* optimize scrollbar ([c5185e4](https://github.com/molvqingtai/WebChat/commit/c5185e419c5e175b8bc30e3f2b2207c18b9503b2))

# [1.7.0](https://github.com/molvqingtai/WebChat/compare/v1.6.6...v1.7.0) (2024-11-13)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web-chat",
"displayName": "WebChat",
"version": "1.7.0",
"version": "1.7.1",
"description": "Chat with anyone on any website.",
"type": "module",
"scripts": {
Expand Down

0 comments on commit ebd4e99

Please sign in to comment.