Skip to content

Commit

Permalink
chore(release): 1.4.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.4.2](v1.4.1...v1.4.2) (2021-11-17)

### Bug Fixes

* Missing exports from public apis [#132](#132) ([ba4bef4](ba4bef4))
  • Loading branch information
semantic-release-bot committed Nov 17, 2021
1 parent c4803cf commit 6f5817c
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": "1.4.1",
"version": "1.4.2",
"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 = '1.4.1';
export const version = '1.4.2';

0 comments on commit 6f5817c

Please sign in to comment.