Skip to content

Commit

Permalink
Merge pull request #1152 from vector-im/sdk-release/0.1.8
Browse files Browse the repository at this point in the history
Changes for new sdk version 0.1.8
  • Loading branch information
MidhunSureshR committed Nov 8, 2023
2 parents 145189f + eb88b33 commit 62332fe
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions doc/SDK-CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v0.1.8] - 2023-11-08

### Changed

- Pass `sendReadReceipt: false` to RoomViewModel options to disable sending read receipts, see https://github.com/vector-im/hydrogen-web/pull/1150

### Fixed

- Switch over to olm from npm registry, fixes https://github.com/vector-im/hydrogen-web/issues/1146

## [v0.1.7] - 2023-10-08

### Added
Expand Down
2 changes: 1 addition & 1 deletion scripts/sdk/base-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hydrogen-view-sdk",
"description": "Embeddable matrix client library, including view components",
"version": "0.1.7",
"version": "0.1.8",
"main": "./lib-build/hydrogen.cjs.js",
"exports": {
".": {
Expand Down

0 comments on commit 62332fe

Please sign in to comment.