Changes for new sdk v0.3.0

This commit is contained in:
R Midhun Suresh 2024-08-20 17:38:45 +05:30
parent 0abd405acd
commit c961901c55
No known key found for this signature in database
2 changed files with 9 additions and 1 deletions

View File

@ -5,6 +5,14 @@ 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.3.0] - 2024-08-20
### Added
- You can now use the service-worker in sdk
- Support for authenticated media endpoints
## [v0.2.0] - 2024-06-18
### Added

View File

@ -1,7 +1,7 @@
{
"name": "hydrogen-view-sdk",
"description": "Embeddable matrix client library, including view components",
"version": "0.2.0",
"version": "0.3.0",
"main": "./lib-build/hydrogen.cjs.js",
"exports": {
".": {