diff --git a/CHANGELOG.md b/CHANGELOG.md index b44e8b0..23701a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.2](https://github.com/getditto/react-ditto/compare/v0.11.1...v0.11.2) (2024-12-02) + ### [0.11.1](https://github.com/getditto/react-ditto/compare/v0.11.0...v0.11.1) (2024-05-22) diff --git a/package.json b/package.json index 102d0d3..ae2c462 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dittolive/react-ditto", - "version": "0.11.1", + "version": "0.11.2", "description": "React wrappers for Ditto", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",