Skip to content

Commit 9ac38e8

Browse files
committed
chore: release v8.24.0
1 parent 609ed74 commit 9ac38e8

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11

22

3+
## [8.24.0](https://github.com/memori-ai/memori-react/compare/v8.23.0...v8.24.0) (2026-03-16)
4+
5+
6+
### Features
7+
8+
* implement logic for avatar3dHidden prop in MemoriWidget ([609ed74](https://github.com/memori-ai/memori-react/commit/609ed74978c1197159754fcf9357431a96e38b57))
9+
310
## [8.23.0](https://github.com/memori-ai/memori-react/compare/v8.22.0...v8.23.0) (2026-03-16)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "8.23.0",
2+
"version": "8.24.0",
33
"name": "@memori.ai/memori-react",
44
"author": "Memori Srl",
55
"main": "dist/index.js",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// This file is auto-generated. Do not edit manually.
2-
export const version = '8.23.0';
2+
export const version = '8.24.0';

0 commit comments

Comments
 (0)