diff --git a/CHANGELOG.md b/CHANGELOG.md index aa94e9253..5e29a01dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [8.45.2](https://github.com/GetStream/stream-chat-js/compare/v8.45.1...v8.45.2) (2024-11-26) + ### [8.45.1](https://github.com/GetStream/stream-chat-js/compare/v8.45.0...v8.45.1) (2024-11-19) diff --git a/package.json b/package.json index 4b39f6ad2..61f1bb795 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stream-chat", - "version": "8.45.1", + "version": "8.45.2", "description": "JS SDK for the Stream Chat API", "author": "GetStream", "homepage": "https://getstream.io/chat/", diff --git a/src/types.ts b/src/types.ts index afaf09e2f..042c3e81c 100644 --- a/src/types.ts +++ b/src/types.ts @@ -2146,6 +2146,8 @@ export type Attachment< giphy?: GiphyData; image_url?: string; mime_type?: string; + latitude?: number; + longitude?: number; og_scrape_url?: string; original_height?: number; original_width?: number;