stream-chat-angular 6.3.0 → 6.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stream-chat-angular",
3
- "version": "6.3.0",
3
+ "version": "6.3.1",
4
4
  "description": "Angular components to create chat conversations or livestream style chat",
5
5
  "author": "GetStream",
6
6
  "homepage": "https://getstream.io/chat/",
@@ -179,5 +179,6 @@ export const en = {
179
179
  'Allow comments': 'Allow comments',
180
180
  'Failed to create poll': 'Failed to create poll',
181
181
  'Provide at least one option': 'Provide at least one option',
182
+ 'Poll options': 'Poll options',
182
183
  },
183
184
  };
@@ -1 +1 @@
1
- export const version = '6.3.0';
1
+ export const version = '6.3.1';