Skip to content

Commit 4bd908b

Browse files
authored
Merge pull request #46 from getditto/jr/release-0-11-0
chore(release): 0.11.0
2 parents 403dc5c + 4517eb9 commit 4bd908b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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.0](https://github.com/getditto/react-ditto/compare/v0.11.0-alpha.0...v0.11.0) (2023-03-22)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* upgrade `@dittolive/ditto` peer dependency to ^4.0.0
11+
12+
### Features
13+
14+
* upgrade `@dittolive/ditto` peer dependency to ^4.0.0 ([8dd7043](https://github.com/getditto/react-ditto/commit/8dd7043d8c5b07b151415577415947b7348be082))
15+
516
## [0.11.0-alpha.0](https://github.com/getditto/react-ditto/compare/v0.10.0...v0.11.0-alpha.0) (2023-01-23)
617

718

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dittolive/react-ditto",
3-
"version": "0.11.0-alpha.0",
3+
"version": "0.11.0",
44
"description": "React wrappers for Ditto",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)