From 8378ec1067a01ac2168cec5d5d3f30e29ad1d75a Mon Sep 17 00:00:00 2001 From: RMidhunSuresh Date: Thu, 20 Jul 2023 19:01:06 +0530 Subject: [PATCH] Pre-release changes --- doc/SDK-CHANGELOG.md | 11 +++++++++++ scripts/sdk/base-manifest.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/doc/SDK-CHANGELOG.md b/doc/SDK-CHANGELOG.md index d5bcbcf9..6caeb122 100644 --- a/doc/SDK-CHANGELOG.md +++ b/doc/SDK-CHANGELOG.md @@ -5,6 +5,17 @@ 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.4] - 2023-07-20 + +### Added + +- Export more classes for the SDK + +### Fixed + +- Fixed `RoomViewModel.load` not awaiting promise + ## [v0.1.3] - 2023-05-11 ### Added diff --git a/scripts/sdk/base-manifest.json b/scripts/sdk/base-manifest.json index 54320eeb..9c01b996 100644 --- a/scripts/sdk/base-manifest.json +++ b/scripts/sdk/base-manifest.json @@ -1,7 +1,7 @@ { "name": "hydrogen-view-sdk", "description": "Embeddable matrix client library, including view components", - "version": "0.1.3", + "version": "0.1.4", "main": "./lib-build/hydrogen.cjs.js", "exports": { ".": {