From 9f78d95820f3d72c3379fe670911ba6e1defb487 Mon Sep 17 00:00:00 2001 From: nzambello Date: Fri, 8 Dec 2023 15:06:57 +0200 Subject: [PATCH] chore: release v2.23.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index acc55fb4..22e47be0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [2.23.0](https://github.com/memori-ai/memori-react/compare/v2.22.0...v2.23.0) (2023-12-08) + + +### Features + +* add boe indicators, chat avatar with emitters ([9c1f162](https://github.com/memori-ai/memori-react/commit/9c1f16207b8accfe6f109387912a3428ca577bf3)) + ## [2.22.0](https://github.com/memori-ai/memori-react/compare/v2.21.0...v2.22.0) (2023-12-06) diff --git a/package.json b/package.json index 5a013685..9479c240 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.22.0", + "version": "2.23.0", "name": "@memori.ai/memori-react", "author": "Memori Srl", "main": "dist/index.js",