From e75739e41c2f42c674100421a65577746b64bb57 Mon Sep 17 00:00:00 2001 From: Jonathan Reyes Date: Wed, 22 May 2024 12:21:06 -0500 Subject: [PATCH] chore(release): 0.11.1 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 3 +-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0805fb3..b44e8b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.11.1](https://github.com/getditto/react-ditto/compare/v0.11.0...v0.11.1) (2024-05-22) + + +### Features + +* add support for async setup functions ([78a7509](https://github.com/getditto/react-ditto/commit/78a7509eb241155e410b9e9bfe20c54983a3af29)) +* match supported browsers with the `@dittolive/ditto` package. see [Ditto's documentation](https://docs.ditto.live/compatibility/js-web) for details. ([35c29d4](https://github.com/getditto/react-ditto/commit/35c29d476e6579f4dcf2527b9908849dc0b781f9)), closes [#48](https://github.com/getditto/react-ditto/issues/48) + + +### Bug Fixes + +* remove implicit dependency on `lodash` ([9b56f93](https://github.com/getditto/react-ditto/commit/9b56f9331de4e5718478717d0c9527dca2764d15)) +* throw when setup closure does not return a `Ditto` instance ([36d7e58](https://github.com/getditto/react-ditto/commit/36d7e58ea62c719ff44265716c4d09a46c85bd5b)) + ## [0.11.0](https://github.com/getditto/react-ditto/compare/v0.11.0-alpha.0...v0.11.0) (2023-03-22) ### ⚠ BREAKING CHANGES diff --git a/package.json b/package.json index f3815ad..efb22db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dittolive/react-ditto", - "version": "0.11.0", + "version": "0.11.1", "description": "React wrappers for Ditto", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -84,5 +84,4 @@ "ChromeAndroid >= 84", "FirefoxAndroid >= 79" ] - }