Skip to content

Commit

Permalink
Merge pull request #1183 from element-hq/sdk-release/0.3.0
Browse files Browse the repository at this point in the history
Changes for new sdk v0.3.0
  • Loading branch information
MidhunSureshR authored Aug 20, 2024
2 parents 0abd405 + c961901 commit 3569a8c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions doc/SDK-CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.2.0",
"version": "0.3.0",
"main": "./lib-build/hydrogen.cjs.js",
"exports": {
".": {
Expand Down

0 comments on commit 3569a8c

Please sign in to comment.