Skip to content

Commit e75739e

Browse files
committed
chore(release): 0.11.1
1 parent 3406984 commit e75739e

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
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.
44

5+
### [0.11.1](https://github.com/getditto/react-ditto/compare/v0.11.0...v0.11.1) (2024-05-22)
6+
7+
8+
### Features
9+
10+
* add support for async setup functions ([78a7509](https://github.com/getditto/react-ditto/commit/78a7509eb241155e410b9e9bfe20c54983a3af29))
11+
* 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)
12+
13+
14+
### Bug Fixes
15+
16+
* remove implicit dependency on `lodash` ([9b56f93](https://github.com/getditto/react-ditto/commit/9b56f9331de4e5718478717d0c9527dca2764d15))
17+
* throw when setup closure does not return a `Ditto` instance ([36d7e58](https://github.com/getditto/react-ditto/commit/36d7e58ea62c719ff44265716c4d09a46c85bd5b))
18+
519
## [0.11.0](https://github.com/getditto/react-ditto/compare/v0.11.0-alpha.0...v0.11.0) (2023-03-22)
620

721
### ⚠ BREAKING CHANGES

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dittolive/react-ditto",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"description": "React wrappers for Ditto",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -84,5 +84,4 @@
8484
"ChromeAndroid >= 84",
8585
"FirefoxAndroid >= 79"
8686
]
87-
8887
}

0 commit comments

Comments
 (0)