mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-22 11:05:03 +01:00
Merge pull request #1137 from vector-im/sdk-release/0.1.6
Changes for SDK release - v0.1.6
This commit is contained in:
commit
d89ea178bf
@ -5,6 +5,12 @@ 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.6] - 2023-08-22
|
||||
|
||||
### Changed
|
||||
|
||||
- Pass `isReadonly: true` in `Client.startWithAuthData` to disable uploading OTKs.
|
||||
|
||||
|
||||
## [v0.1.5] - 2023-08-10
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "hydrogen-view-sdk",
|
||||
"description": "Embeddable matrix client library, including view components",
|
||||
"version": "0.1.5",
|
||||
"version": "0.1.6",
|
||||
"main": "./lib-build/hydrogen.cjs.js",
|
||||
"exports": {
|
||||
".": {
|
||||
|
Loading…
Reference in New Issue
Block a user