Skip to content

Commit

Permalink
chore(release): 4.43.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.43.0](v4.42.1...v4.43.0) (2023-10-02)

### Bug Fixes

* lint ([756e841](756e841))
* loading indicator error ([e97cf49](e97cf49))

### Features

* message list computation optimizations ([3a57791](3a57791))
* Observable optimization ([ccd1d95](ccd1d95))
* optimization ([6fcc4d9](6fcc4d9))
  • Loading branch information
semantic-release-bot committed Oct 2, 2023
1 parent bc7b3d6 commit d9de1cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/stream-chat-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stream-chat-angular",
"version": "4.42.1",
"version": "4.43.0",
"description": "Angular components to create chat conversations or livestream style chat",
"author": "GetStream",
"homepage": "https://getstream.io/chat/",
Expand Down
2 changes: 1 addition & 1 deletion projects/stream-chat-angular/src/assets/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '4.42.1';
export const version = '4.43.0';

0 comments on commit d9de1cc

Please sign in to comment.